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_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
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_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
c857eb5
Relase v5.1.0 (#331)da7bece
feat: add keyName to integrations (#330)c4c18e5
Update PULL_REQUEST_TEMPLATE.mdac84a61
Update release.yml430d4fb
release v5.0.3 (#325)9e4f630
fix: #323 TypeError when list json with lottie (#324)c43af97
Update feature_request.ymlc466975
Update bug_report.ymld06a0c7
chore: update generated filese4187f3
Bugfix 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 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)