Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump flutter_gen_runner from 4.3.0 to 5.1.0+1 in /flutter_news_example/packages/app_ui #726

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2023

Bumps flutter_gen_runner from 4.3.0 to 5.1.0+1.

Release notes

Sourced from flutter_gen_runner's releases.

v5.1.0+1

Documents update

v5.0.3

Bug fix

  • #322 Fix wrong package asset path with svg, lottie, flare and rive integrations.
  • #323 Fix generate failed when only list in a JSON files.

v5.0.2

Bug fix

  • #308 #309 Fix missing add to the lottie#controller.

v5.0.1

Bug fix

  • #300 Fix package_parameter_enabled being ignored for Flare, Rive and Lottie.
  • #303 Add ignore_for_file: implicit_dynamic_list_literal to generated files.

Development

  • #306 Update required analyzer: '>=4.7.0 <6.0.0'

v5.0.0

Feature

  • #285 #298 Add Lottie files integration.
    // Assets.lottie.hamburgerArrow.lottie()
    SizedBox(
      width: 200,
      height: 200,
      child: Assets.lottie.hamburgerArrow.lottie(
        fit: BoxFit.contain,
      ),
    ),
  • #286 Allow users to change generated class name for assets, fonts, and colors.
    flutter_gen:
      assets:
        # Optional
        outputs: 
          class_name: MyAssets # Default is `Assets`
    fonts:
    # Optional
    outputs:
    class_name: MyFontFamily # Default is FontFamily
    colors:
    # Optional
    outputs:
    class_name: MyColorName # Default is ColorName

... (truncated)

Changelog

Sourced from flutter_gen_runner's changelog.

5.1.0, 5.1.0+1

Feature

  • #322 #327 [BREAKING CHANGES] Add keyName to integrations and exchange the path value.

5.0.3

Bug fix

  • #322 Fix wrong package asset path with svg, lottie, flare and rive integrations.
  • #323 Fix generate failed when only list in a JSON files.

5.0.2

Bug fix

  • #308 #309 Fix missing add to the lottie#controller.

5.0.1

Bug fix

  • #300 Fix package_parameter_enabled being ignored for Flare, Rive and Lottie.
  • #303 Add ignore_for_file: implicit_dynamic_list_literal to generated files.

Development

  • #306 Update required analyzer: '>=4.7.0 <6.0.0'

5.0.0

Feature

  • #285 #298 Add Lottie files integration.
    // Assets.lottie.hamburgerArrow.lottie()
    SizedBox(
      width: 200,
      height: 200,
      child: Assets.lottie.hamburgerArrow.lottie(
        fit: BoxFit.contain,
      ),
    ),
  • #286 Allow users to change generated class name for assets, fonts, and colors.
    flutter_gen:
      assets:
        # Optional
        outputs: 
          class_name: MyAssets # Default is `Assets`
    fonts:
    # Optional

... (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)

@dependabot dependabot bot added the dart Pull requests that update Dart code label Jan 20, 2023
@dependabot dependabot bot requested a review from scarletteliza as a code owner January 20, 2023 16:11
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2023
@dependabot dependabot bot force-pushed the dependabot/pub/flutter_news_example/packages/app_ui/flutter_gen_runner-5.1.01 branch from 89076ea to bd82456 Compare January 20, 2023 21:00
@dependabot dependabot bot force-pushed the dependabot/pub/flutter_news_example/packages/app_ui/flutter_gen_runner-5.1.01 branch 5 times, most recently from dd75717 to 20377f2 Compare January 31, 2023 16:54
Bumps [flutter_gen_runner](https://github.com/FlutterGen/flutter_gen) from 4.3.0 to 5.1.0+1.
- [Release notes](https://github.com/FlutterGen/flutter_gen/releases)
- [Changelog](https://github.com/FlutterGen/flutter_gen/blob/main/CHANGELOG.md)
- [Commits](FlutterGen/flutter_gen@v4.3.0...v5.1.0)

---
updated-dependencies:
- dependency-name: flutter_gen_runner
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pub/flutter_news_example/packages/app_ui/flutter_gen_runner-5.1.01 branch from 20377f2 to bdddae9 Compare January 31, 2023 16:57
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2023

Superseded by #765.

@dependabot dependabot bot closed this Feb 7, 2023
@dependabot dependabot bot deleted the dependabot/pub/flutter_news_example/packages/app_ui/flutter_gen_runner-5.1.01 branch February 7, 2023 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants