From 05b10685a1a8b5c27a614391954bae168f5d16b0 Mon Sep 17 00:00:00 2001 From: Mark O'Sullivan Date: Sat, 21 Sep 2024 15:15:32 -0500 Subject: [PATCH 1/7] build: bumped version to 0.14.0 --- CHANGELOG.md | 15 +++++++++++++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac4713380..1c9e24a4bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.14.0 (21st September 2024) + +- Android: Support for monochrome icons [#563](https://github.com/fluttercommunity/flutter_launcher_icons/pull/563) + +**Before** + + + +**Now** + + + +- Android: Ability to set inset for adaptive icon foreground and monochrome icon [#563](https://github.com/fluttercommunity/flutter_launcher_icons/pull/563) +- iOS: Dark and Tinted icons for iOS 18+ [#569](https://github.com/fluttercommunity/flutter_launcher_icons/pull/569) + ## 0.13.1 (15th April 2023) - Can now use `flutter_launcher_icons` instead of `flutter_icons` [#478](https://github.com/fluttercommunity/flutter_launcher_icons/pull/478) diff --git a/lib/src/version.dart b/lib/src/version.dart index c7632752c7..9bf19d5868 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.13.1'; +const packageVersion = '0.14.0'; diff --git a/pubspec.yaml b/pubspec.yaml index f35f8462a8..700148273a 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.13.1 +version: 0.14.0 maintainer: Mark O'Sullivan (@MarkOSullivan94) homepage: https://github.com/fluttercommunity/flutter_launcher_icons repository: https://github.com/fluttercommunity/flutter_launcher_icons/ From 28f715b15f0700c9c1c73545771b17e4b8097c6d Mon Sep 17 00:00:00 2001 From: Mark O'Sullivan Date: Sat, 21 Sep 2024 15:15:54 -0500 Subject: [PATCH 2/7] build: increased dart sdk version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 700148273a..b31165c79e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: yaml: ^3.1.1 environment: - sdk: '>=2.18.0 <3.0.0' + sdk: ">=3.0.0 <4.0.0" dev_dependencies: # Needed by build_version From 5371620a7f21d367d1ac4bc329f04bbe5cdf9f29 Mon Sep 17 00:00:00 2001 From: Mark O'Sullivan Date: Sat, 21 Sep 2024 15:19:53 -0500 Subject: [PATCH 3/7] build: updated dependencies Resolves #571 --- pubspec.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index b31165c79e..a0a20b8ab5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,23 +7,23 @@ repository: https://github.com/fluttercommunity/flutter_launcher_icons/ issue_tracker: https://github.com/fluttercommunity/flutter_launcher_icons/issues dependencies: - args: ^2.3.2 - checked_yaml: ^2.0.2 - cli_util: ^0.4.0 - image: ^4.0.15 - json_annotation: ^4.8.0 - path: ^1.8.2 - yaml: ^3.1.1 + args: ^2.5.0 + checked_yaml: ^2.0.3 + cli_util: ^0.4.1 + image: ^4.2.0 + json_annotation: ^4.9.0 + path: ^1.9.0 + yaml: ^3.1.2 environment: sdk: ">=3.0.0 <4.0.0" dev_dependencies: # Needed by build_version - build_runner: ^2.3.3 + build_runner: ^2.4.12 # https://pub.dev/packages/build_version build_version: ^2.1.1 - json_serializable: ^6.6.1 - mockito: ^5.3.2 - test: ^1.23.1 + json_serializable: ^6.8.0 + mockito: ^5.4.4 + test: ^1.25.8 test_descriptor: ^2.0.1 From 3705b5178bbf1cf36ac4a086e1ff4c79bce26141 Mon Sep 17 00:00:00 2001 From: Mark O'Sullivan Date: Sat, 21 Sep 2024 15:21:29 -0500 Subject: [PATCH 4/7] docs: updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3dd599126..1e16700bdb 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ An example is shown below. More complex examples [can be found in the example pr ```yaml dev_dependencies: - flutter_launcher_icons: "^0.13.1" + flutter_launcher_icons: "^0.14.0" flutter_launcher_icons: android: "launcher_icon" From 4999e95ecd6b9eae046be0e4c58b2f0a8e094ba6 Mon Sep 17 00:00:00 2001 From: Mark O'Sullivan Date: Sun, 22 Sep 2024 06:52:45 -0500 Subject: [PATCH 5/7] docs: updated github templates --- .github/ISSUE_TEMPLATE/bug_report.md | 17 +++++++++++------ .github/ISSUE_TEMPLATE/feature_request.md | 6 ++---- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 21c5b9ee48..5491ba46e0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,23 +1,28 @@ --- name: Bug report about: Create a report to help us fix any issues you are having -title: "[BUG] " -labels: '' +title: '' +labels: 'bug' assignees: '' --- ### :information_source: Info -Version: `e.g. v0.7.5` + + ### :speech_balloon: Description -Enter a description of your problem here ### :scroll: Pubspec.yaml - + -We ask that you include your pubspec.yaml file as a common problem we have seen has been the pubspec.yaml file being incorrect +```yaml +flutter_launcher_icons: + android: + ios: + image_path: +``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5c72c2173e..44a40ac0b4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,14 +1,12 @@ --- name: Feature request about: Suggest an idea to improve Flutter Launcher Icons -title: "[FEATURE REQUEST]" +title: '' labels: improvement assignees: '' --- ### :speech_balloon: Description -A clear and concise description of what you would like to be added to Flutter Launcher Icons. -### :question: Platform -Is this feature request for a specific platform? E.g. Web / iOS / Android / Mac OS / Windows / Linux + From 76f53fa3411ca3ca73a1c34c4b39c63a6c52275f Mon Sep 17 00:00:00 2001 From: Valeri Gokadze <79704324+gokadzev@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:23:43 +0400 Subject: [PATCH 6/7] docs: fixed run commands (#577) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1e16700bdb..932f5e459b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A command-line tool which simplifies the task of updating your Flutter app's lau Run the following command to create a new config automatically: ```shell -dart run run flutter_launcher_icons:generate +dart run flutter_launcher_icons:generate ``` This will create a new file called `flutter_launcher_icons.yaml` in your `flutter` project's root directory. @@ -21,13 +21,13 @@ This will create a new file called `flutter_launcher_icons.yaml` in your `flutte If you want to override the default location or name of the config file, use the `-f` flag: ```shell -dart run run flutter_launcher_icons:generate -f +dart run flutter_launcher_icons:generate -f ``` To override an existing config file, use the `-o` flag: ```shell -dart run run flutter_launcher_icons:generate -o +dart run flutter_launcher_icons:generate -o ``` OR @@ -64,7 +64,7 @@ After setting up the configuration, all that is left to do is run the package. ```shell flutter pub get -flutter pub run flutter_launcher_icons +dart run flutter_launcher_icons ``` If you name your configuration file something other than `flutter_launcher_icons.yaml` or `pubspec.yaml` you will need to specify @@ -72,7 +72,7 @@ the name of the file when running the package. ```shell flutter pub get -flutter pub run flutter_launcher_icons -f +dart run flutter_launcher_icons -f ``` Note: If you are not using the existing `pubspec.yaml` ensure that your config file is located in the same directory as it. From 2b852d50d87a2577f316c07be15197404ee5df6d Mon Sep 17 00:00:00 2001 From: Mark O'Sullivan Date: Tue, 24 Sep 2024 08:26:59 -0500 Subject: [PATCH 7/7] build: v0.14.1 --- CHANGELOG.md | 4 ++++ README.md | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c9e24a4bf..2d8f0d8ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.14.1 (24th September 2024) + +- Fixed README + ## 0.14.0 (21st September 2024) - Android: Support for monochrome icons [#563](https://github.com/fluttercommunity/flutter_launcher_icons/pull/563) diff --git a/README.md b/README.md index 932f5e459b..06338ecee6 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ An example is shown below. More complex examples [can be found in the example pr ```yaml dev_dependencies: - flutter_launcher_icons: "^0.14.0" + flutter_launcher_icons: "^0.14.1" flutter_launcher_icons: android: "launcher_icon" diff --git a/lib/src/version.dart b/lib/src/version.dart index 9bf19d5868..6f13da7e60 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.14.0'; +const packageVersion = '0.14.1'; diff --git a/pubspec.yaml b/pubspec.yaml index a0a20b8ab5..a94e244a32 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.14.0 +version: 0.14.1 maintainer: Mark O'Sullivan (@MarkOSullivan94) homepage: https://github.com/fluttercommunity/flutter_launcher_icons repository: https://github.com/fluttercommunity/flutter_launcher_icons/