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
Target dart2js failed: Exception: ../../../snap/flutter/common/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_svg-0.19.2+1/lib/src/picture_provider.dart:57:59:
Error: No named parameter with the name 'nullOk'.
context != null ? Localizations.localeOf(context, nullOk: true) : null,
^^^^^^
../../../snap/flutter/common/flutter/packages/flutter/lib/src/widgets/localizations.dart:413:17:
Info: Found this candidate, but the arguments don't match.
static Locale localeOf(BuildContext context) {
^^^^^^^^
Error: Compilation failed.
Compiling lib/main.dart for the Web... 13.4s
Exception: Failed to compile application for the Web.
The text was updated successfully, but these errors were encountered:
stemabo
changed the title
Not compiling for Web or Android due to Localization problem
Not compiling for Web or Android due to Localization problem with flutter_svg
Feb 15, 2021
I've just forked the repo but when trying to build for either Web or Android running in the below errors:
Building without sound null safety
For more information see https://dart.dev/null-safety/unsound-null-safety
Compiling lib/main.dart for the Web... 13.4s
Exception: Failed to compile application for the Web.
The text was updated successfully, but these errors were encountered: