Closed coppwii closed 4 months ago
I changed Flutter version to 3.22.2. flutter build ipa and flutter pub get both work fine.
I'm sorry for troubling you.
Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.22.2, on macOS 14.5 23F79 darwin-arm64, locale ja-JP) [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3) [✓] Xcode - develop for iOS and macOS (Xcode 15.4) [✓] Chrome - develop for the web [✓] Android Studio (version 2023.2) [✓] VS Code (version 1.90.1) [✓] Connected device (4 available) [✓] Network resources
I use intl and flutter_flavourizr simultaneously in my application as follows.
flutter pub get requires intl:0.18.1 as shown below
flutter build ipa requires intl:0.19.0 as follows
flutter clean is performed. It started happening after I changed the Flutter version to 3.22.1. You can also run flutter build ipa by setting intl:0.19.0.
Why are there different versions required?