-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
form_builder_validator is not compatible with intl. 0.19.0 #73
Comments
Flutter SDK on 3.16.x depends on intl 0.19.0? |
@deandreamatias, not sure if I understand your question. The reason I pinpoint that compatibility is not that I am interested in finding out what version works with what dependency exactly for how long. I am interested in using the newest packages for my new App. And if I find a package that is not catching up with its sub-packages, then I will always pinpoint the incompatibiltiy. |
If you see the package flutter_localizations that use the dependency intl, on Flutter stable version, use de version number 0.18.1. |
ah I understand , I did not see that - it makes sense then to wait with intl 0.19.x until flutter sdk also uses it. Sorry did not want to stress things... |
Now - yes |
if you are using the flutter from master instead of the stable one, you can try this for temporary. update the pubspec. form_builder_validators:
git:
url: https://github.com/ariefsn/form_builder_validators
ref: intl-v0.19.0 |
Shouldn't this issue be reopened? |
up |
up |
Version 10.0.0 with fix, deployed https://pub.dev/packages/form_builder_validators |
The update to 10.0.0 seems to be missing some files. The static analysis of pub.dev shows the following And I'm getting this error when running the project |
Same behavior here: [WARNING] build_resolvers:transitive_digests on package:form_builder_validators/form_builder_validators.dart:
Unable to read asset, could not compute transitive deps: form_builder_validators|lib/localization/intl/messages_de.dart
This may cause less efficient builds, see the following doc for help:
https://github.com/dart-lang/build/blob/master/docs/faq.md#unable-to-read-asset-could-not-compute-transitive-deps
[WARNING] build_resolvers:transitive_digests on package:form_builder_validators/src/form_builder_validators.dart:
Unable to read asset, could not compute transitive deps: form_builder_validators|lib/localization/intl/messages_de.dart
This may cause less efficient builds, see the following doc for help:
https://github.com/dart-lang/build/blob/master/docs/faq.md#unable-to-read-asset-could-not-compute-transitive-deps
[WARNING] build_resolvers:transitive_digests on package:form_builder_validators/localization/l10n.dart:
Unable to read asset, could not compute transitive deps: form_builder_validators|lib/localization/intl/messages.dart |
As a workaround you can cd into the directory printed in the error message:
and run the This will generate the missing localisation files which are missing in this version. |
Version 10.0.1 of form_builder_validators published. That should be fix the error |
Is there an existing issue for this?
Package/Plugin version
9.1.0
Platforms
Flutter doctor
not needed
Minimal code example
Current Behavior
Because form_builder_validators >=9.1.0 depends on intl ^0.18.1 and my_app depends on intl ^0.19.0, form_builder_validators >=9.1.0 is forbidden.
Expected Behavior
form_builder_validator should be compatible with intl. 0.19.0
Steps To Reproduce
add intl: ^0.19.0 to your pubscpec.yaml dependencies...
Aditional information
No response
The text was updated successfully, but these errors were encountered: