Update dependency flutter_launcher_icons to ^0.8.0 #52

Merged
konrad merged 1 commits from renovate/flutter_launcher_icons-0.x into master 2020-12-25 11:42:12 +00:00
Member

This PR contains the following updates:

Package Type Update Change
flutter_launcher_icons dev_dependencies minor ^0.6.1 -> ^0.8.0

Release Notes

fluttercommunity/flutter_launcher_icons

v0.8.1

Compare Source

v0.8.0

Compare Source

v0.7.5

  • Fixed issue where new lines were added to Android manifest (thanks to @​mreichelt)
  • Improvements to code quality and general tidying up (thanks to @​connectety)
  • Fixed Android example project not running (needed to be migrated to AndroidX)

v0.7.4

  • Worked on suggestions from pub.dev

v0.7.3

v0.7.2+1

Compare Source

v0.7.2

Compare Source

  • Reverted back using old interpolation method

v0.7.1

Compare Source

  • Fixed issue with image dependency not working on latest version of Flutter (thanks to @​sboutet06)
  • Fixed iOS icon sizes which were incorrect (thanks to @​sestegra)
  • Removed dart_config git dependency and replaced with yaml dependency
  • Refactoring of code

v0.7.0

Compare Source

  • 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)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) | dev_dependencies | minor | `^0.6.1` -> `^0.8.0` | --- ### Release Notes <details> <summary>fluttercommunity/flutter_launcher_icons</summary> ### [`v0.8.1`](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md#&#8203;081-2nd-Oct-2020) [Compare Source](https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.8.0...v0.8.1) - Fixed flavor support on windows ([@&#8203;slightfoot](https://github.com/slightfoot)) ### [`v0.8.0`](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md#&#8203;080-12th-Sept-2020) [Compare Source](https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.7.5...v0.8.0) - Added flavours support (thanks to [@&#8203;sestegra](https://github.com/sestegra) & [@&#8203;jorgecoca](https://github.com/jorgecoca)) - Removed unassigned iOS icons (thanks to [@&#8203;melvinsalas](https://github.com/melvinsalas)) - Fixing formatting (thanks to [@&#8203;mreichelt](https://github.com/mreichelt)) ### [`v0.7.5`](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md#&#8203;075-24th-April-2020) - Fixed issue where new lines were added to Android manifest (thanks to [@&#8203;mreichelt](https://github.com/mreichelt)) - Improvements to code quality and general tidying up (thanks to [@&#8203;connectety](https://github.com/connectety)) - Fixed Android example project not running (needed to be migrated to AndroidX) ### [`v0.7.4`](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md#&#8203;074-28th-Oct-2019) - Worked on suggestions from [pub.dev](https://pub.dev/packages/flutter_launcher_icons#-analysis-tab-) ### [`v0.7.3`](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md#&#8203;073-3rd-Sept-2019) - Lot of refactoring and improving code quality (thanks to [@&#8203;connectety](https://github.com/connectety)) - Added correct App Store icon settings (thanks to [@&#8203;richgoldmd](https://github.com/richgoldmd)) ### [`v0.7.2+1`](https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.7.2...v0.7.2) [Compare Source](https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.7.2...v0.7.2) ### [`v0.7.2`](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md#&#8203;072-25th-May-2019) [Compare Source](https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.7.1...v0.7.2) - Reverted back using old interpolation method ### [`v0.7.1`](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md#&#8203;071-24th-May-2019) [Compare Source](https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.7.0...v0.7.1) - Fixed issue with image dependency not working on latest version of Flutter (thanks to [@&#8203;sboutet06](https://github.com/sboutet06)) - Fixed iOS icon sizes which were incorrect (thanks to [@&#8203;sestegra](https://github.com/sestegra)) - Removed dart_config git dependency and replaced with yaml dependency - Refactoring of code ### [`v0.7.0`](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md#&#8203;070-22nd-November-2018) [Compare Source](https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.6.1...v0.7.0) - 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) </details> --- ### Renovate configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added 1 commit 2020-12-24 15:00:38 +00:00
continuous-integration/drone/pr Build is passing Details
42b8f0dc84
Update dependency flutter_launcher_icons to ^0.8.0
konrad approved these changes 2020-12-25 11:42:07 +00:00
konrad merged commit 648e9c5748 into master 2020-12-25 11:42:12 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.