-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Packages used in the app are not working #703
Comments
good catch with the gen deprecation, we should definitely change that (but there isn't even a timeline for that, so no hurries yet!) As for the localization error, I'm guessing this is from |
I'm using |
I don't really know, but it might very well be, we're using 3.27 here and everything seems to be fine |
Let me check with Flutter 3.27 then |
@rolandgeider I tried to run the code in |
ok that's weird, this is from master:
you're getting the error directly during compilation right? You can't even start the app |
No. There are some errors with the packages, when cloned master branch of the repository. So I use |
Sorry, I have no explanation why that happens, I was about to suggest logs for flutter pub get
|
The Flutter packages that are being used in the app are not working.
For each package, it is generating the error:
Target of URI doesn't exist: 'package:json_annotation/json_annotation.dart'.
Try creating the file referenced by the URI, or try using a URI for a file that does exist.dart
On running the
flutter pub get
command, following error is being returned.Synthetic package output (package:flutter_gen) is deprecated: https://flutter.dev/to/flutter-gen-deprecation. In a future release, synthetic-package will
default to 'false' and will later be removed entirely.
Generating synthetic localizations package failed with 1 error:
Error: The placeholder, nr, has its "type" resource attribute set to the "null" type in locale "ar", but it is "Object" in the template placeholder. For
compatibility with template placeholder, change the "type" attribute to "Object".
The text was updated successfully, but these errors were encountered: