diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..64e68ff Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 894edbe..32032a1 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ pubspec.lock doc/api/ # example/test/ -.vscode/ \ No newline at end of file +.vscode/ +coverage/ \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 57393ac..992e3aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.1.7 +- Update README.md + ## 2.1.6 - Add default Android min SDK - Add CONTRIBUTING.md @@ -10,43 +13,35 @@ - Update README.md ## 2.1.4 - - Adds pub topics to package metadata - Updates minimum supported SDK version to Dart 3 - Upgrade dependencies ## 2.1.3 - - Fix round icons on android and ability to use without monochrome ([#35](https://github.com/mrrhak/icons_launcher/pull/35)) ## 2.1.2 - - Fixed android monochrome icon is smaller and blurred ([#32](https://github.com/mrrhak/icons_launcher/pull/32)) ## 2.1.1 - - Bump Dart SDK lower bound to <4.0.0 to support Dart 3 - Update doc command to use `dart run` instead of `flutter pub run` that deprecated - Upgrade dependencies ## 2.1.0 - - Added new support android material 3 monochrome icons ([#28](https://github.com/mrrhak/icons_launcher/pull/28)) - Upgrade dependencies ## 2.0.7 - - Added funding URLs - Added screenshots - Upgrade dependencies ## 2.0.6 - - Fixed always overwrite `.desktop` file of Linux platform ([#23](https://github.com/mrrhak/icons_launcher/issues/23)) - Update a dependency to the latest release ## 2.0.5 - - Flutter 3.3 - Improve pub analytic @@ -55,7 +50,6 @@ - Fixed android config validation ([#22](https://github.com/mrrhak/icons_launcher/issues/22)) ## 2.0.3 - - Fixed missing generate Contents.json for ios and macos ([#20](https://github.com/mrrhak/icons_launcher/issues/20)) ## 2.0.2 @@ -69,7 +63,6 @@ - Improve config validation ## 2.0.0 - - Add web custom favicon support - ## Config breaking changes: @@ -103,14 +96,12 @@ ``` ## 2.0.0-beta.2 - - Fixed auto remove image alpha channel for iOS platform to follow AppStore guideline - Fixed iOS flavor - Improved pub score - Improved log ## 2.0.0-beta.1 - - Rewrite and improve flavor support - New flavor script (E.g. `icons_launcher-dev.yaml`) ```sh @@ -143,40 +134,32 @@ - `remove_alpha_macos` ## 1.2.1 - - Fixed bug windows platform icon list embedded ## 1.2.0 - - Improve windows platform to highest quality icon with multiple sizes embedded ([Feature request](https://github.com/mrrhak/icons_launcher/issues/8)) ## 1.1.9 - - Fixed platform config checking ([#7](https://github.com/mrrhak/icons_launcher/issues/7)) - Update example app ## 1.1.8 - - Fixed generate windows launcher icon from linux system ([#5](https://github.com/mrrhak/icons_launcher/issues/5)) - Deprecated `icons_launcher:main`. Use `icons_launcher:create` instead. - Update README.md ## 1.1.7 - - Fixed image preview path ## 1.1.6 - - Fixed generate incorrect android xml file when use background color ([#4](https://github.com/mrrhak/icons_launcher/issues/4)) - Fixed create android `ic_launcher.xml` and `ic_launcher_round.xml` - Update README.md ## 1.1.5 - - Fixed issue with pub.dev analysis ## 1.1.4 - - Fixed android adaptive icon ([#3](https://github.com/mrrhak/icons_launcher/issues/3)) - Android files are generated to `mipmap` instead of `drawable` follow Android Studio - New android config `image_adaptive_round` @@ -185,28 +168,22 @@ - Update README.md ## 1.1.3 - - Fixed linux - Improve grammar and formatting ([#1](https://github.com/mrrhak/icons_launcher/pull/1)) - Update README.md ## 1.1.2 - - Update README.md ## 1.1.1 - - Fixed web support - Replace `'dart:io'` with `universal_io` ## 1.1.0 - - Add web support ## 1.0.1 - - Provide documentation ## 1.0.0 - - Initial version diff --git a/README.md b/README.md index 1109939..7bb834b 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ | Android | iOS | macOS | Web | Linux | Windows | | :-----: | :-: | :---: | :-: | :---: | :-----: | -| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ## Guide @@ -133,41 +133,41 @@ Shown below is the full list of attributes which you can specify within your Ico | `web` | Object | `null` | Use for specific Web platform | | `linux` | Object | `null` | Use for specific Linux platform | -| Android Option | Type | Default | Description | -| --------------------------- | ------- | ------- | -------------------------------------------------------------------- | -| `enable` | Boolean | `false` | Use for enable Android platform | -| `image_path` | String | `null` | The image file path | -| `adaptive_background_color` | String | `null` | Color for fill out the background of the adaptive icon (_"#ffffff"_) | -| `adaptive_background_image` | String | `null` | Image for fill out the background of the adaptive icon | -| `adaptive_foreground_image` | String | `null` | Image for the icon foreground of the adaptive icon | -| `adaptive_round_image` | String | `null` | Image for the round icon of the adaptive icon (optional) | -| `adaptive_monochrome_image` | String | `null` | Image for the monochrome version of the adaptive icon (optional) | - -| iOS Option | Type | Default | Description | -| ------------ | ------- | ------- | --------------------------- | -| `enable` | Boolean | `false` | Use for enable iOS platform | -| `image_path` | String | `null` | The image file path | - -| Web Option | Type | Default | Description | -| -------------- | ------- | ------- | --------------------------- | -| `enable` | Boolean | `false` | Use for enable Web platform | -| `image_path` | String | `null` | The image file path | -| `favicon_path` | String | `null` | The image file path | - -| macOS Option | Type | Default | Description | -| ------------ | ------- | ------- | ----------------------------- | -| `enable` | Boolean | `false` | Use for enable macOS platform | -| `image_path` | String | `null` | The image file path | +| Android Option | Type | Default | Description | +| --------------------------- | ------- | ------- | ------------------------------------------------------ | +| `enable` | Boolean | `false` | Use for enable Android platform | +| `image_path` | String | `null` | The image file path | +| `adaptive_background_color` | String | `null` | Color for fill out the background of the adaptive icon | +| `adaptive_background_image` | String | `null` | Image for fill out the background of the adaptive icon | +| `adaptive_foreground_image` | String | `null` | Image for the icon foreground of the adaptive icon | +| `adaptive_round_image` | String | `null` | Image for the round icon of the adaptive icon | +| `adaptive_monochrome_image` | String | `null` | Image for the monochrome version of the adaptive icon | + +| iOS Option | Type | Default | Description | +| -------------- | ------- | ------- | ------------------------------- | +| `enable` | Boolean | `false` | Use for enable iOS platform | +| `image_path` | String | `null` | The image file path | + +| Web Option | Type | Default | Description | +| -------------- | ------- | ------- | ------------------------------- | +| `enable` | Boolean | `false` | Use for enable Web platform | +| `image_path` | String | `null` | The image file path | +| `favicon_path` | String | `null` | The image file path | + +| macOS Option | Type | Default | Description | +| -------------- | ------- | ------- | ------------------------------- | +| `enable` | Boolean | `false` | Use for enable macOS platform | +| `image_path` | String | `null` | The image file path | | Windows Option | Type | Default | Description | | -------------- | ------- | ------- | ------------------------------- | | `enable` | Boolean | `false` | Use for enable Windows platform | | `image_path` | String | `null` | The image file path | -| Linux Option | Type | Default | Description | -| ------------ | ------- | ------- | ----------------------------- | -| `enable` | Boolean | `false` | Use for enable Linux platform | -| `image_path` | String | `null` | The image file path | +| Linux Option | Type | Default | Description | +| -------------- | ------- | ------- | ------------------------------- | +| `enable` | Boolean | `false` | Use for enable Linux platform | +| `image_path` | String | `null` | The image file path | --- diff --git a/SECURITY.md b/SECURITY.md index 92b2858..cda97ad 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,7 +4,7 @@ | Android | iOS | MacOS | Web | Linux | Windows | | :-----: | :-: | :---: | :-: | :---: | :-----: | -| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ## Supported Versions diff --git a/assets/.DS_Store b/assets/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/assets/.DS_Store differ diff --git a/assets/icons_launcher_preview.png b/assets/icons_launcher_preview.png index 7fbf69f..d01aa74 100644 Binary files a/assets/icons_launcher_preview.png and b/assets/icons_launcher_preview.png differ diff --git a/assets/icons_launcher_profile.png b/assets/icons_launcher_profile.png new file mode 100644 index 0000000..6fa9e92 Binary files /dev/null and b/assets/icons_launcher_profile.png differ diff --git a/assets/icons_launcher_profile.webp b/assets/icons_launcher_profile.webp deleted file mode 100644 index 4e6c96d..0000000 Binary files a/assets/icons_launcher_profile.webp and /dev/null differ diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index e50946a..0000000 --- a/codecov.yml +++ /dev/null @@ -1,25 +0,0 @@ -codecov: - require_ci_to_pass: true - -coverage: - precision: 2 - round: down - range: "70...100" - status: - project: - default: - target: auto - threshold: 1% - -parsers: - gcov: - branch_detection: - conditional: yes - loop: yes - method: no - macro: no - -comment: - layout: "reach,diff,flags,files,footer" - behavior: default - require_changes: false \ No newline at end of file diff --git a/coverage/lcov.info b/coverage/lcov.info new file mode 100644 index 0000000..e69de29 diff --git a/lib/src/version.dart b/lib/src/version.dart index 88c2f9f..f39844c 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.1.6'; +const packageVersion = '2.1.7'; diff --git a/pubspec.yaml b/pubspec.yaml index 62f31f8..b7ccdf6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,12 +4,12 @@ maintainer: Mrr Hak homepage: https://mrrhak.com repository: https://github.com/mrrhak/icons_launcher/tree/master issue_tracker: https://github.com/mrrhak/icons_launcher/issues -version: 2.1.6 +version: 2.1.7 funding: - https://ko-fi.com/mrrhak screenshots: - description: "Icons Launcher" - path: assets/icons_launcher_profile.webp + path: assets/icons_launcher_profile.png dependencies: args: ^2.4.2