Skip to content

Commit

Permalink
un-deprecate attribute color of svg method dnfield/flutter_svg#856
Browse files Browse the repository at this point in the history
  • Loading branch information
al-tush committed Feb 14, 2023
1 parent 42b428c commit f16f0a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class SvgIntegration extends Integration {
bool excludeFromSemantics = false,
SvgTheme theme = const SvgTheme(),
ColorFilter? colorFilter,
@deprecated Color? color,
Color? color,
@deprecated BlendMode colorBlendMode = BlendMode.srcIn,
@deprecated Clip? clipBehavior,
@deprecated bool cacheColorFilter = false,
Expand Down
4 changes: 3 additions & 1 deletion packages/runner/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ environment:
sdk: '>=2.14.0 <3.0.0'

dependencies:
flutter_gen_core: 5.2.0
flutter_gen_core:
path: ../core

build: '>=2.0.0 <3.0.0'
collection: '>=1.15.0 <2.0.0'
crypto: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit f16f0a8

Please sign in to comment.