You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not build the precompiled application for the device.
Error (Xcode): ../../../../.pub-cache/hosted/pub.dev/country_pickers-2.0.0/lib/utils/my_alert_dialog.dart:107:46: Error: The getter 'headline6' isn't defined for the class 'TextTheme'.
Expected Behavior
I can build by overriding the dependency to point to branch main of this repo:
pubspec.yaml
dependency_overrides:
form_builder_phone_field:
git:
url: https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field.git
ref: main
Steps To Reproduce
Use Flutter 3.24
Add dependency to form_builder_phone_field: 2.0.1
Build
Aditional information
I wonder if there's something wrong with tags and actual releases on pub.dev:
Is there an existing issue for this?
Package/Plugin version
2.0.1
Platforms
Flutter doctor
Flutter doctor
Minimal code example
Code sample
pubspec.yaml
pubspec.lock
Current Behavior
I'm getting an error when building:
Expected Behavior
I can build by overriding the dependency to point to branch
main
of this repo:pubspec.yaml
Steps To Reproduce
form_builder_phone_field: 2.0.1
Aditional information
I wonder if there's something wrong with tags and actual releases on pub.dev:
The text was updated successfully, but these errors were encountered: