protocol_handler_plus_android 2.0.1
protocol_handler_plus_android: ^2.0.1 copied to clipboard
Android implementation of the protocol_handler_plus plugin.
2.0.1 #
- Republish alongside the
protocol_handler_plus_macosbuild fix. No functional changes.
2.0.0 #
- BREAKING: Renamed the Java package from
dev.stan-at-work.plugins.protocol_handler_plustodev.stan_at_work.plugins.protocol_handler_plus, since hyphens are not valid in Java package names. This also updates the Gradlegroupandnamespace, thepackageattribute inAndroidManifest.xmland thepluginClasspackage registered in pubspec.yaml. - BREAKING: The method and event channel names changed to
dev.stan_at_work.plugins/protocol_handler_plusanddev.stan_at_work.plugins/protocol_handler_plus_event. - Move the plugin and test sources into the matching
dev/stan_at_work/plugins/protocol_handler_plus/directory, so the source layout matches the declared package again. - Bump
protocol_handler_plus_platform_interfaceto^2.0.0.
1.0.2 #
- Update version and metadata of the repository
1.0.1 #
- Update README.md
1.0.0 #
- First release.