We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VerificationCode( length: 3, textStyle: TextStyle(fontSize: 20, color: Colors.black), underlineColor: Colors.black, keyboardType: TextInputType.number, underlineUnfocusedColor: Colors.black, onCompleted: (value) { setState(() { _code = value; }); }, onEditing: (value) {}, ),
The text was updated successfully, but these errors were encountered:
hmm, I've copied\pasted your code, everything looks normal. Can you please provide me with flutter doctor -v results and the full code of your screen?
Sorry, something went wrong.
The appearance of my project is right to left I checked for right-to-left apps.
If you add the following code to the main.dart file, and use flutter_localizations package, you can check better
localizationsDelegates: [
// AppLocalizations.delegate, GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, GlobalCupertinoLocalizations.delegate, ], supportedLocales: [ // const Locale('en', ''), const Locale('fa', ''), ],
No branches or pull requests
VerificationCode( length: 3, textStyle: TextStyle(fontSize: 20, color: Colors.black), underlineColor: Colors.black, keyboardType: TextInputType.number, underlineUnfocusedColor: Colors.black, onCompleted: (value) { setState(() { _code = value; }); }, onEditing: (value) {}, ),
The text was updated successfully, but these errors were encountered: