Skip to content

v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mrrhak mrrhak released this 27 Jun 07:18
  • 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