Skip to content

Releases: mrrhak/icons_launcher

v2.0.0

25 Jul 03:06
d2c4afa
Compare
Choose a tag to compare
  • Add web custom favicon support
  • Rewrite and improve flavor support
  • Config breaking changes

v2.0.0-beta.2

29 Jun 01:59
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release
  • Fixed auto remove image alpha channel for iOS platform to follow AppStore guideline
  • Fixed iOS flavor
  • Improved pub score
  • Improved log

v2.0.0-beta.1

27 Jun 07:18
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release
  • Rewrite and improve flavor support
  • New flavor script (E.g. icons_launcher-dev.yaml)
    flutter pub run icons_launcher:create --flavor dev
  • Add new config
    • color_adaptive_background
  • Breaking changes:

    • Rename runner from icons_launcher:main to icons_launcher:create

      flutter pub run icons_launcher:create
    • Rename config from flutter_icons: to icons_launcher:

      icons_launcher:
        image_path: 'icon.png'
        android: true
    • Rename config option:

      • from adaptive_icon_background to image_adaptive_background
      • from adaptive_icon_foreground to image_adaptive_foreground
      • from adaptive_icon_round to image_adaptive_round
    • Config option removed

      • remove_alpha_ios
      • remove_alpha_macos

v1.2.1

10 Jun 09:40
Compare
Choose a tag to compare
  • Fixed bug windows platform icon list embedded

v1.2.0

10 Jun 09:21
Compare
Choose a tag to compare
  • Improve windows platform to highest quality icon with multiple sizes embedded (Feature request)

v1.1.9

29 May 09:34
Compare
Choose a tag to compare
  • Fixed platform config checking (#7)
  • Update example app

v1.1.8

16 May 04:54
Compare
Choose a tag to compare
  • Fixed generate windows launcher icon from linux system (#5)
  • Deprecated icons_launcher:main. Use icons_launcher:create instead.
  • Update README.md

v1.1.7

09 May 06:29
Compare
Choose a tag to compare
  • Fixed image preview path

v1.1.6

09 May 06:12
Compare
Choose a tag to compare
  • Fixed generate incorrect android xml file when use background color (#4)
  • Fixed create android ic_launcher.xml and ic_launcher_round.xml
  • Update README.md

v1.1.5

07 May 06:26
Compare
Choose a tag to compare
  • Fixed issue with pub.dev analysis