This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Error: 'MapLiteral' isn't a type. #324
Labels
bug
Something isn't working
Comments
Can you please provide your |
First I thought this was because I was not on the master channel, butI see the same problem on beta, master and stable. |
|
I see. Since this has to do with a separate package, closing this. You can track this issue at MikeMitterer/dart-l10n-gettext#4 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The command
flutter pub global activate l10n
terminates with
Precompiling executables...
Failed to precompile l10n:mkl10n:
/C:/flutter/.pub-cache/hosted/pub.dartlang.org/l10n-2.0.19/lib/extractor/L10NMessageExtraction.dart:159:56: Error: 'MapLiteral' isn't a type.
if(arguments.length == 2 && arguments.last is! MapLiteral) {
^^^^^^^^^^
pub finished with exit code 1
The text was updated successfully, but these errors were encountered: