Skip to content
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

general: update dependency of intl to any after upgrading to latest Flutter version #1246

Closed
1 task done
bastibense opened this issue May 11, 2023 · 1 comment
Closed
1 task done
Labels
bug Something isn't working

Comments

@bastibense
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Package/Plugin version

9.0.0-dev.1

Flutter doctor

Flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.10.0, on macOS 13.3.1 22E261 darwin-x64, locale de-DE)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0-rc2)
[✓] Xcode - develop for iOS and macOS (Xcode 14.3)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.1)
[✓] VS Code (version 1.78.1)
[✓] Connected device (3 available)
[✓] Network resources

• No issues found!

Minimal code example

Code sample
(no code required)

Current Behavior

Currently this package and the validators package have a fixed dependency on intl.

Expected Behavior

The dependency of intl should be any for both this package and validators.

Steps To Reproduce

  1. install latest flutter version (see doctor output)
  2. try to build an ios app which has a dependency on this package
  3. get compiler error about the intl dependency.

Aditional information

Using any for intl dependency is also suggested in the Flutter documentation.

👀 https://docs.flutter.dev/accessibility-and-localization/internationalization#setting-up

I cloned the repos and fixed the issue here:

Please fix this issue quickly, so I can remove the dependency to my fixed git repositories from my project again.

@bastibense bastibense added the bug Something isn't working label May 11, 2023
@deandreamatias
Copy link
Collaborator

Duplicated

@deandreamatias deandreamatias closed this as not planned Won't fix, can't repro, duplicate, stale May 11, 2023
deandreamatias added a commit that referenced this issue May 25, 2024
chore: #1246 bump flutter_form_builder version to 9.2.2 and intl version to…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants