File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.9.1 (30th Jun 2021)
4+
5+ - Upgrade args dependency to ^2.1.1
6+
37## 0.9.0 (28th Feb 2021)
48
59- Null-safety support added (thanks to @SteveAlexander )
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ A command-line tool which simplifies the task of updating your Flutter app's lau
99
1010## :sparkles : What's New
1111
12+ ### 0.9.1 (30th Jun 2021)
13+
14+ - Upgrade args dependency to ^2.1.1
15+
1216#### Version 0.9.0 (28th Feb 2021)
1317
1418- Null-safety support added (thanks to @SteveAlexander )
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ import 'package:flutter_launcher_icons/constants.dart';
22import 'package:flutter_launcher_icons/main.dart' as flutter_launcher_icons;
33
44void main (List <String > arguments) {
5- print (introMessage ('0.9.0 ' ));
5+ print (introMessage ('0.9.1 ' ));
66 flutter_launcher_icons.createIconsFromArguments (arguments);
77}
Original file line number Diff line number Diff line change 11name : flutter_launcher_icons
22description : A package which simplifies the task of updating your Flutter app's launcher icon.
3- version : 0.9.0
3+ version : 0.9.1
44maintainer : Mark O'Sullivan (@MarkOSullivan94)
55homepage : https://github.com/fluttercommunity/flutter_launcher_icons
66
77dependencies :
8- args : ^2.0.0
8+ args : ^2.1.1
99 image : ^3.0.1
1010 path : ^1.8.0
1111 yaml : ^3.1.0
You can’t perform that action at this time.
0 commit comments