news_toolkit
news_toolkit copied to clipboard
chore(deps): Bump flutter_gen_runner from 4.3.0 to 5.1.0+1 in /flutter_news_example/packages/app_ui
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
v5.0.1
Bug fix
- #300 Fix
package_parameter_enabledbeing ignored for Flare, Rive and Lottie.- #303 Add
ignore_for_file: implicit_dynamic_list_literalto 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
FontFamilycolors: # 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
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
5.0.1
Bug fix
- #300 Fix
package_parameter_enabledbeing ignored for Flare, Rive and Lottie.- #303 Add
ignore_for_file: implicit_dynamic_list_literalto 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
c857eb5Relase v5.1.0 (#331)da7becefeat: add keyName to integrations (#330)c4c18e5Update PULL_REQUEST_TEMPLATE.mdac84a61Update release.yml430d4fbrelease v5.0.3 (#325)9e4f630fix: #323 TypeError when list json with lottie (#324)c43af97Update feature_request.ymlc466975Update bug_report.ymld06a0c7chore: update generated filese4187f3Bugfix package assets path (#321)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)