Fix Flutter Plugin pubspec.yaml to follow file conventions
reduced description characters to under 180chars recommended
Update version update script to update readme and yaml as well.
Migrate example to flutter 3
removed unnecessary swipe to refresh package
update android gradle to 7.1.1
Updates CHANGELOG.md
Why are these changes necessary?
Takes advantages of Airship latest SDK
Fix pub points on pub.dev
Improve build tools.
How did you verify these changes?
I run the example app, and nothing broke; no warning and everything works as expected on IOS and android Emulators.
Verification Screenshots:
Anything else a reviewer should know?
My testing for what changed in Airship native was non-existent, my focus was on flutter.
Am not sure what this version breaks for existing code based wanting to upgrade except for a requirement of full upgrade to flutter 3; there is no migration doc provided.
What do these changes do?
pubspec.yaml
to follow file conventionsWhy are these changes necessary?
How did you verify these changes?
I run the example app, and nothing broke; no warning and everything works as expected on IOS and android Emulators.
Verification Screenshots:
Anything else a reviewer should know?