-
Notifications
You must be signed in to change notification settings - Fork 129
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
STOPPED WORKING AFTER 3.7.3 #60
Comments
I have same problem, please solve it |
Hi @Unima97 @CurtainProgramming , please note that DefaultCountry type is changed to CscCountry in latest version defaultCountry | CscCountry | To select default country change type of your default country. i hope this will help you. |
@altafc22 I have not specified any default country. I tried also to insert only CscCountry() without attributes bit nothing changed. The problemi is that the inputs are disabled and tapping or clicking nothing happens. |
Hey, I solved this issue by copying the countries JSON file and creating the widget myself. |
Describe the bug
Error in IDE due to new flutter version.
Steps to reproduce the behavior:
Expected behavior
No error should be shown.
Error: Undefined name 'DefaultCountry'. (Documentation) Try correcting the name to one that is defined, or defining the name.
The text was updated successfully, but these errors were encountered: