khoren93 / flutter_zxing

Flutter plugin for scanning and generating QR codes using the ZXing library, supporting Android, iOS, and desktop platforms
https://pub.dev/packages/flutter_zxing
MIT License
92 stars 52 forks source link

Bump icons_launcher from 1.2.1 to 2.0.2 in /zxscanner #21

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps icons_launcher from 1.2.1 to 2.0.2.

Release notes

Sourced from icons_launcher's releases.

v2.0.2

  • Fixed generate playstore icon wrong location (#19)
  • Fixed android adaptive round icon not remove (#18)

v2.0.1

  • Fixed bug with adaptive_background_color and adaptive_round_image on android thanks to Carapacik
  • Improve config validation

v2.0.0

  • Add web custom favicon support
  • Rewrite and improve flavor support
  • Config breaking changes

v2.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

v2.0.0-beta.1

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

Sourced from icons_launcher's changelog.

2.0.2

  • Fixed generate playstore icon wrong location (#19)
  • Fixed android adaptive round icon not remove (#18)

2.0.1

  • Fixed bug with adaptive_background_color and adaptive_round_image on android thanks to Carapacik
  • Improve config validation

2.0.0

  • Add web custom favicon support

  • Config breaking changes:

      icons_launcher:
        image_path: 'assets/ic_logo_border.png'
        platforms:
          android:
            enable: true
            image_path: 'assets/ic_logo_border.png'
            # adaptive_background_color: '#ffffff'
            adaptive_background_image: 'assets/ic_background.png'
            adaptive_foreground_image: 'assets/ic_foreground.png'
            adaptive_round_image: 'assets/ic_logo_round.png'
          ios:
            enable: true
            image_path: 'assets/ic_logo_rectangle.png'
          web:
            enable: true
            image_path: 'assets/ic_logo_border.png'
            favicon_path: 'assets/ic_logo_round.png'
          macos:
            enable: false
            image_path: 'assets/ic_logo_border.png'
          windows:
            enable: false
            image_path: 'assets/ic_logo_border.png'
          linux:
            enable: false
            image_path: 'assets/ic_logo_border.png'
    

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)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)