From a76611901e664a862977b350fbd9104c400aadec Mon Sep 17 00:00:00 2001 From: Ratakondala Arun Date: Tue, 2 Aug 2022 20:43:10 +0530 Subject: [PATCH 1/4] chore(release): updated docs with `v0.10.0` release --- CHANGELOG.md | 9 ++++++++- README.md | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca39c9d18a..c2cf2c0cc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.10.0 (2nd August 2022) + +- Support for Web Icons [#374](https://github.com/fluttercommunity/flutter_launcher_icons/pull/374) +- Support for Windows Icons [#382](https://github.com/fluttercommunity/flutter_launcher_icons/pull/382) +- Added missing IOS icon sizes [#298](https://github.com/fluttercommunity/flutter_launcher_icons/pull/298) +- Added `min_sdk_android` option [#392](https://github.com/fluttercommunity/flutter_launcher_icons/pull/392) +- Added documentation for `remove_alpha_ios` [#392](https://github.com/fluttercommunity/flutter_launcher_icons/pull/392) + ## 0.9.3 (6th June 2022) - Fixes to make sure it works for Flutter v2.8 (thanks to @RatakondalaArun) @@ -9,7 +17,6 @@ - Fixed issue where success message printed even when exception occured (thanks to @happy-san) - ## 0.9.1 (25th July 2021) - Upgrade args dependency to ^2.1.1 (thanks to @PiN73 and @comlaterra) diff --git a/README.md b/README.md index 49b1035c97..af6ad12b39 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ An example is shown below. More complex examples [can be found in the example pr ```yaml dev_dependencies: - flutter_launcher_icons: "^0.9.3" + flutter_launcher_icons: "^0.10.0" flutter_icons: android: "launcher_icon" diff --git a/pubspec.yaml b/pubspec.yaml index dee2aaf911..8a775dfefc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_launcher_icons description: A package which simplifies the task of updating your Flutter app's launcher icon. -version: 0.9.3 +version: 0.10.0 maintainer: Mark O'Sullivan (@MarkOSullivan94) homepage: https://github.com/fluttercommunity/flutter_launcher_icons @@ -14,7 +14,7 @@ dependencies: yaml: ^3.1.0 environment: - sdk: '>=2.12.0-0 <3.0.0' + sdk: ">=2.12.0-0 <3.0.0" dev_dependencies: # Needed by build_version From edbc2eb5bb5fedf4fa6c093ba46d9fd0f2ea3a9e Mon Sep 17 00:00:00 2001 From: Ratakondala Arun Date: Tue, 2 Aug 2022 20:47:51 +0530 Subject: [PATCH 2/4] chore: update default_example's pubspec --- example/default_example/pubspec.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/example/default_example/pubspec.yaml b/example/default_example/pubspec.yaml index bbb09bca4b..bd2c743759 100644 --- a/example/default_example/pubspec.yaml +++ b/example/default_example/pubspec.yaml @@ -21,11 +21,21 @@ flutter_icons: ios: true # can specify file name here e.g. "My-Launcher-Icon" adaptive_icon_background: "assets/images/christmas-background.png" # only available for Android 8.0 devices and above adaptive_icon_foreground: "assets/images/icon-foreground-432x432.png" # only available for Android 8.0 devices and above + min_sdk_android: 21 # android min sdk min:16, default 21 + remove_alpha_ios: true + web: + generate: true + image_path: "path/to/image.png" + background_color: "#hexcode" + theme_color: "#hexcode" + windows: + generate: true + image_path: "path/to/image.png" + icon_size: 48 # min:48, max:256, default: 48 dev_dependencies: flutter_test: sdk: flutter flutter: - uses-material-design: true From 0de58aa7b7c09e538c287f34f4840f9f63c91c61 Mon Sep 17 00:00:00 2001 From: Ratakondala Arun Date: Thu, 4 Aug 2022 20:56:32 +0530 Subject: [PATCH 3/4] chore: updated CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2cf2c0cc6..a8964b55cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Added missing IOS icon sizes [#298](https://github.com/fluttercommunity/flutter_launcher_icons/pull/298) - Added `min_sdk_android` option [#392](https://github.com/fluttercommunity/flutter_launcher_icons/pull/392) - Added documentation for `remove_alpha_ios` [#392](https://github.com/fluttercommunity/flutter_launcher_icons/pull/392) +- 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)) ## 0.9.3 (6th June 2022) From c8dc48bcb600a579cb4611dd56ef3596db5362c4 Mon Sep 17 00:00:00 2001 From: Ratakondala Arun Date: Thu, 4 Aug 2022 20:58:17 +0530 Subject: [PATCH 4/4] chore: fix markdown lint warnings --- CHANGELOG.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8964b55cf..74adb7b04e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,12 +53,10 @@ - Lot of refactoring and improving code quality (thanks to @connectety) - Added correct App Store icon settings (thanks to @richgoldmd) - ## 0.7.2 (25th May 2019) - Reverted back using old interpolation method - ## 0.7.1 (24th May 2019) - Fixed issue with image dependency not working on latest version of Flutter (thanks to @sboutet06) @@ -68,11 +66,11 @@ ## 0.7.0 (22nd November 2018) - - Now ensuring that the Android file name is valid - An error will be thrown if it doesn't meet the criteria - - Fixed issue where there was a git diff when there was no change - - Fixed issue where iOS icon would be generated when it shouldn't be - - Added support for drawables to be used for adaptive icon backgrounds - - 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) +- Now ensuring that the Android file name is valid - An error will be thrown if it doesn't meet the criteria +- Fixed issue where there was a git diff when there was no change +- Fixed issue where iOS icon would be generated when it shouldn't be +- Added support for drawables to be used for adaptive icon backgrounds +- 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) ## 0.6.1 (26th August 2018) @@ -95,27 +93,22 @@ - [Android] Support for adaptive icons added (Suggestion #23) - ## 0.4.0 (9th June 2018) - Now possible to generate icons for each platform with different image paths (one for iOS icon and a separate one for Android) - ## 0.3.3 (28th May 2018) - Upgraded dart image package dependency to 2.0.0 (issue #26) - ## 0.3.2 (2nd May 2018) - Bug fixing - ## 0.3.1 (1st May 2018) - Bug fixing - ## 0.3.0 (1st May 2018) - Fixed issue where icons produced weren't the correct size (Due to images not with a 1:1 aspect r ation) @@ -129,7 +122,6 @@ - Fixed iOS default icon name (Thanks to PR #15 - Thank you!) - Fixed issue #10 where creation of the icons was failing due to the target folder not existing - ## 0.2.0 (18th January 2018) - Ability to create new launcher icons without replacing the old ones added (#6)