- Migrates remaining components to Swift and removes all Objective-C settings.
- Migrates
RunnerUITests
to Swift.
- Removes custom modulemap file with "Test" submodule and private headers for Swift migration.
- Migrates
FLTQuickActionsPlugin
class to Swift.
- Updates version to 1.0 to reflect current status.
- Updates minimum Flutter version to 2.10.
- Refactors
FLTQuickActionsPlugin
class into multiple components. - Increases unit tests coverage to 100%.
- Adds some unit tests for
FLTQuickActionsPlugin
class.
- 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.