You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added documentation for `remove_alpha_ios`[#392](https://github.com/fluttercommunity/flutter_launcher_icons/pull/392)
10
+
- Fixed issue with loading config from `pubspec.yaml`[#398](https://github.com/fluttercommunity/flutter_launcher_icons/pull/398) (thanks to [@p-mazhnik](https://github.com/p-mazhnik))
11
+
3
12
## 0.9.3 (6th June 2022)
4
13
5
14
- Fixes to make sure it works for Flutter v2.8 (thanks to @RatakondalaArun)
@@ -9,7 +18,6 @@
9
18
10
19
- Fixed issue where success message printed even when exception occured (thanks to @happy-san)
11
20
12
-
13
21
## 0.9.1 (25th July 2021)
14
22
15
23
- Upgrade args dependency to ^2.1.1 (thanks to @PiN73 and @comlaterra)
@@ -45,12 +53,10 @@
45
53
- Lot of refactoring and improving code quality (thanks to @connectety)
46
54
- Added correct App Store icon settings (thanks to @richgoldmd)
47
55
48
-
49
56
## 0.7.2 (25th May 2019)
50
57
51
58
- Reverted back using old interpolation method
52
59
53
-
54
60
## 0.7.1 (24th May 2019)
55
61
56
62
- Fixed issue with image dependency not working on latest version of Flutter (thanks to @sboutet06)
@@ -60,11 +66,11 @@
60
66
61
67
## 0.7.0 (22nd November 2018)
62
68
63
-
- Now ensuring that the Android file name is valid - An error will be thrown if it doesn't meet the criteria
64
-
- Fixed issue where there was a git diff when there was no change
65
-
- Fixed issue where iOS icon would be generated when it shouldn't be
66
-
- Added support for drawables to be used for adaptive icon backgrounds
67
-
- Added support for Flutter Launcher Icons to be able to run with it's own config file (no longer necessary to add to pubspec.yaml)
69
+
- Now ensuring that the Android file name is valid - An error will be thrown if it doesn't meet the criteria
70
+
- Fixed issue where there was a git diff when there was no change
71
+
- Fixed issue where iOS icon would be generated when it shouldn't be
72
+
- Added support for drawables to be used for adaptive icon backgrounds
73
+
- Added support for Flutter Launcher Icons to be able to run with it's own config file (no longer necessary to add to pubspec.yaml)
68
74
69
75
## 0.6.1 (26th August 2018)
70
76
@@ -87,27 +93,22 @@
87
93
88
94
-[Android] Support for adaptive icons added (Suggestion #23)
89
95
90
-
91
96
## 0.4.0 (9th June 2018)
92
97
93
98
- Now possible to generate icons for each platform with different image paths (one for iOS icon and a separate one for Android)
94
99
95
-
96
100
## 0.3.3 (28th May 2018)
97
101
98
102
- Upgraded dart image package dependency to 2.0.0 (issue #26)
99
103
100
-
101
104
## 0.3.2 (2nd May 2018)
102
105
103
106
- Bug fixing
104
107
105
-
106
108
## 0.3.1 (1st May 2018)
107
109
108
110
- Bug fixing
109
111
110
-
111
112
## 0.3.0 (1st May 2018)
112
113
113
114
- Fixed issue where icons produced weren't the correct size (Due to images not with a 1:1 aspect r ation)
@@ -121,7 +122,6 @@
121
122
- Fixed iOS default icon name (Thanks to PR #15 - Thank you!)
122
123
- Fixed issue #10 where creation of the icons was failing due to the target folder not existing
123
124
124
-
125
125
## 0.2.0 (18th January 2018)
126
126
127
127
- Ability to create new launcher icons without replacing the old ones added (#6)
0 commit comments