-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: #350
- Loading branch information
1 parent
cae647e
commit 79b5f6e
Showing
6 changed files
with
16 additions
and
53 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
import 'package:flutter_launcher_icons/constants.dart'; | ||
import 'package:flutter_launcher_icons/main.dart' as flutter_launcher_icons; | ||
import 'package:flutter_launcher_icons/src/version.dart'; | ||
|
||
void main(List<String> arguments) { | ||
print(introMessage('0.9.1')); | ||
print(introMessage(packageVersion)); | ||
flutter_launcher_icons.createIconsFromArguments(arguments); | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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