Closed ddif closed 11 months ago
If you use custom localization for your application, just add FormBuilderLocalizations.delegate to your delegates.
localizationsDelegates: const [ FormBuilderLocalizations.delegate, AppLocalizations.delegate, GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, GlobalCupertinoLocalizations.delegate, ],
Please @ddif fill all sections of issue to more information and can reproduce the error. Thanks
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
Is there an existing issue for this?
Package/Plugin version
9.1.0
Platforms
Flutter doctor
Flutter doctor
```bash ```Minimal code example
Code sample
```dart ```Current Behavior
After installing Flutter version 3.18, default error messages started to appear in English whatever localization you have choosen. There was no such problem in previous versions.
Expected Behavior
to fix that. issue
Steps To Reproduce
in emulator and live version.
Aditional information
No response