You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib/src/assets/assets.gen.dart:385:14: Error: The argument type'SvgTheme?' can't be assigned to the parameter type 'SvgTheme' because 'SvgTheme?' is nullable and 'SvgTheme' isn't.
- 'SvgTheme' is from 'package:vector_graphics_compiler/src/svg/theme.dart' ('../../.pub-cache/hosted/pub.dev/vector_graphics_compiler-1.0.1/lib/src/svg/theme.dart').
theme: theme,
^
Target kernel_snapshot failed: Exception
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
This was a backward incompatible change. Would you be so kind and make similar changes with a major version bump in the future? It's not always easy to upgrade, e.g. I've got a project where I can't trivially upgrade to flutter_svg 2.0.0 due to conflicts caused by its dependencies.
Is there an existing issue for this?
Version
5.1.0+1
Command type
build_runner (Default)
What happened?
Current version of
flutter_gen_runner
is incompatible with the new version offlutter_svg
: 2.0.0+1.See log output for details.
Relevant a pubspec.yaml.
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: