File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.10.0 (2nd August 2022)
4
+
5
+ - Support for Web Icons [ #374 ] ( https://github.com/fluttercommunity/flutter_launcher_icons/pull/374 )
6
+ - Support for Windows Icons [ #382 ] ( https://github.com/fluttercommunity/flutter_launcher_icons/pull/382 )
7
+ - Added missing IOS icon sizes [ #298 ] ( https://github.com/fluttercommunity/flutter_launcher_icons/pull/298 )
8
+ - Added ` min_sdk_android ` option [ #392 ] ( https://github.com/fluttercommunity/flutter_launcher_icons/pull/392 )
9
+ - Added documentation for ` remove_alpha_ios ` [ #392 ] ( https://github.com/fluttercommunity/flutter_launcher_icons/pull/392 )
10
+
3
11
## 0.9.3 (6th June 2022)
4
12
5
13
- Fixes to make sure it works for Flutter v2.8 (thanks to @RatakondalaArun )
9
17
10
18
- Fixed issue where success message printed even when exception occured (thanks to @happy-san )
11
19
12
-
13
20
## 0.9.1 (25th July 2021)
14
21
15
22
- Upgrade args dependency to ^2.1.1 (thanks to @PiN73 and @comlaterra )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ An example is shown below. More complex examples [can be found in the example pr
15
15
16
16
``` yaml
17
17
dev_dependencies :
18
- flutter_launcher_icons : " ^0.9.3 "
18
+ flutter_launcher_icons : " ^0.10.0 "
19
19
20
20
flutter_icons :
21
21
android : " launcher_icon"
Original file line number Diff line number Diff line change 1
1
name : flutter_launcher_icons
2
2
description : A package which simplifies the task of updating your Flutter app's launcher icon.
3
- version : 0.9.3
3
+ version : 0.10.0
4
4
maintainer : Mark O'Sullivan (@MarkOSullivan94)
5
5
homepage : https://github.com/fluttercommunity/flutter_launcher_icons
6
6
@@ -14,7 +14,7 @@ dependencies:
14
14
yaml : ^3.1.0
15
15
16
16
environment :
17
- sdk : ' >=2.12.0-0 <3.0.0'
17
+ sdk : " >=2.12.0-0 <3.0.0"
18
18
19
19
dev_dependencies :
20
20
# Needed by build_version
You can’t perform that action at this time.
0 commit comments