-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes flutter_svg latest version requiring a non null clipBehavior fi…
…eld. (#369) * Fix nullable type in SvgPicture.asset clipBehavior SvgPicture.asset expects a non null type for clipBehavior. This creates a default value that matches SvgPicture default clipBehavior. * Remove depreciation annotation from clipBehavior This is to match the latest version of flutter_svg. See: https://github.com/dnfield/flutter_svg/blame/master/lib/svg.dart#L181 * Update test resources to match flutter_svg --------- Co-authored-by: Daichi Furiya <dadadada.chop@gmail.com>
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/core/test_resources/actual_data/assets_package_parameter.gen.dart
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/core/test_resources/actual_data/assets_svg_integrations.gen.dart
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.