-
Notifications
You must be signed in to change notification settings - Fork 854
feat: updated template of all plugins and example app to Flutter 3.29 standard #760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@OutdatedGuy: could you resolve conflicts, also, update all dependencies to |
@fbernaly Should I update them to |
|
to |
| @@ -1,14 +1,13 @@ | |||
| name: google_ml_kit_example | |||
| description: Demonstrates how to use the google_ml_kit plugin. | |||
| description: "Demonstrates how to use the google_ml_kit plugin." | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why in some pubspec.yaml file you added double quotes? and in other single quotes?
I would like to keep all of them unquoted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The flutter create command added those only around description. Seems like some flutter standard or something.
|
@OutdatedGuy : changes have been merged and released |
|
Thanks for your contributions |
Changes
flutter create --overwrite .....to get latest flutter templatebuid.gradle.gradlefiles in favor for.gradle.ktsin example app15.5.0to15.5as apple does (wouldn't change / break anything)fixes #758, fixes #759