flutter-form-builder-ecosystem / form_builder_cupertino_fields

Cupertino fields compatible with Flutter Form Builder
https://pub.dev/packages/form_builder_cupertino_fields
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

Current form_builder_cupertino_fields is incompatible with flutter_localizations from sdk intl package. #15

Closed irisoffrepos closed 2 months ago

irisoffrepos commented 3 months ago

Is there an existing issue for this?

Package/Plugin version

^0.2.1

Platforms

Flutter doctor

Flutter doctor ```bash [✓] Flutter (Channel stable, 3.22.3, on macOS 14.5 23F79 darwin-arm64, locale en-US) • Flutter version 3.22.3 on channel stable at /Users/irismac/development/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision b0850beeb2 (2 weeks ago), 2024-07-16 21:43:41 -0700 • Engine revision 235db911ba • Dart version 3.4.4 • DevTools version 2.34.3 [✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0) • Android SDK at /Users/irismac/Library/Android/sdk • Platform android-34, build-tools 31.0.0 • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11572160) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 15.4) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 15F31d • CocoaPods version 1.15.2 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2023.3) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11572160) [✓] VS Code (version 1.89.1) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.92.0 [✓] Connected device (4 available) • sdk gphone64 arm64 (mobile) • emulator-5554 • android-arm64 • Android 12 (API 31) (emulator) • macOS (desktop) • macos • darwin-arm64 • macOS 14.5 23F79 darwin-arm64 • Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin • macOS 14.5 23F79 darwin-arm64 • Chrome (web) • chrome • web-javascript • Google Chrome 127.0.6533.73 [✓] Network resources • All expected network resources are available. • No issues found! ```

Minimal code example

Code sample ```dart 1. install form_builder_cupertino_fields from pub dev 2. Upgrade flutter version to 3.22.3 3. try to run the app ```

Current Behavior

The cupertino text fields should render perfectly with provided designs

Expected Behavior

I can't even build the app due to incompatible with dependencies

Steps To Reproduce

  1. install form_builder_cupertino_fields from pub dev
  2. Upgrade flutter version to 3.22.3
  3. try to run the app

Aditional information

The same issue form_builder_validators package is fixed, but here the update is missing

deandreamatias commented 2 months ago

Duplicated #13