- Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
- Changes method channels to pigeon.
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
- Removes obsolete null checks on non-nullable values.
- Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
- Updates minimum iOS version to 11 and Flutter version to 3.3.
- Clarifies explanation of endorsement in README.
- Aligns Dart and Flutter SDK constraints.
- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum Flutter version to 3.0.
- Migrates remaining components to Swift and removes all Objective-C settings.
- Migrates
RunnerUITeststo Swift.
- Removes custom modulemap file with "Test" submodule and private headers for Swift migration.
- Migrates
FLTQuickActionsPluginclass to Swift.
- Updates version to 1.0 to reflect current status.
- Updates minimum Flutter version to 2.10.
- Refactors
FLTQuickActionsPluginclass into multiple components. - Increases unit tests coverage to 100%.
- Adds some unit tests for
FLTQuickActionsPluginclass.
- Adds a custom module map with a Test submodule for unit tests on iOS platform.
- Updates references to the obsolete master branch.
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
- Switches to a package-internal implementation of the platform interface.