1.0.6

  • Removes obsolete null checks on non-nullable values.
  • Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.

1.0.5

  • Updates minimum iOS version to 11 and Flutter version to 3.3.

1.0.4

  • Clarifies explanation of endorsement in README.
  • Aligns Dart and Flutter SDK constraints.

1.0.3

  • Updates links for the merge of flutter/plugins into flutter/packages.
  • Updates minimum Flutter version to 3.0.

1.0.2

  • Migrates remaining components to Swift and removes all Objective-C settings.
  • Migrates RunnerUITests to Swift.

1.0.1

  • Removes custom modulemap file with “Test” submodule and private headers for Swift migration.
  • Migrates FLTQuickActionsPlugin class to Swift.

1.0.0

  • Updates version to 1.0 to reflect current status.
  • Updates minimum Flutter version to 2.10.

0.6.0+14

  • Refactors FLTQuickActionsPlugin class into multiple components.
  • Increases unit tests coverage to 100%.

0.6.0+13

  • Adds some unit tests for FLTQuickActionsPlugin class.

0.6.0+12

  • Adds a custom module map with a Test submodule for unit tests on iOS platform.

0.6.0+11

  • Updates references to the obsolete master branch.

0.6.0+10

  • Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.

0.6.0+9

  • Switches to a package-internal implementation of the platform interface.