-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with generating builds #7
Comments
Hi @Mik77o, could you try setting |
Okay, I will try :) |
@theSoenke I got: |
@theSoenke I found something like that: dart-lang/build#2835 (comment) |
@theSoenke For some reason, running |
@Mik77o Glad this is working now! And thanks for posting the solution in case anyone else runs into the same issue |
Yes, it's very interesting how these two commands differ because according to the documentation they mean the same thing. |
* `flutter pub upgrade && flutter pub upgrade --major-versions` * debug * Revert "debug" This reverts commit 7b0f8f9. * debug phrase/flutter_sdk_example#7 (comment) * try to use l10n synthetic-package option * gix * upd * fix * upd * add comment * debug * debug * d * d * d * d * d * d * d * d * d --------- Co-authored-by: sensuikan1973 <sensuikan1973@users.noreply.github.com>
Error: Couldn't resolve the package 'flutter_gen' in 'package:flutter_gen/gen_l10n/phrase_localizations.dart' -
When I generate a new build locally, everything works. When I use codemagic I get errors like this.
Could something be missing in the configuration?
From codemagic:
When I tried to use the command from the documentation it didn't help.
Locally
main.dart
The text was updated successfully, but these errors were encountered: