forked from iamSahdeep/flutter_launcher_icons
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Upgrade Flutter Launcher Icons #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Allow compatible args dependency
Upgrade args dependency
…t with flutter create . command
…g-package-size Reducing package size
Added info to handle incompatible dependency versions
Fix: Success message printed on exception
added missing icons sizes
…ter-v2.8.0-support-321 Fix/flutter v2.8.0 support 321
Thanks to build_version and build_runner the version number is automatically generated after running build_runner and should _hopefully_ be easier to update Refs: fluttercommunity#350
…/auto-generation-of-version fix: Incorrect version number shown
…map-bg fix: ignore commented minSdkVersion
checked_yaml,json_annotation for typesafe configs, cli_util for logging
Co-authored-by: Mark O'Sullivan <[email protected]>
replaces 'invlaidfliConfigTemplate' for 'invalidfliConfigTemplate' Signed-off-by: Hugo Branco <[email protected]>
Signed-off-by: Hugo Branco <[email protected]>
Signed-off-by: Hugo Branco <[email protected]>
Had to update the mock dependency as @GenerateNiceMock wasn't working with the previous version
Should improve score from 135 to 140/140. https://pub.dev/packages/flutter_launcher_icons/score
…one by the upgrade.
If custom file name is used, then only add `-f` flag to keep it clear
# Conflicts: # .gitignore # CHANGELOG.md # README.md # example/default_example/pubspec.yaml # lib/android.dart # lib/constants.dart # lib/custom_exceptions.dart # lib/ios.dart # lib/main.dart # lib/utils.dart # pubspec.yaml # test/main_test.dart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
need squash and merge