flutter-web-admin icon indicating copy to clipboard operation
flutter-web-admin copied to clipboard

Responsive Flutter web with light/dark mode and multi language supported

Results 3 flutter-web-admin issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/kleong153/flutter-web-admin/assets/113800085/c7f2c781-aaea-4a6e-82fe-4770f2762cce) this appears randomly most of the time

Hi, I am trying to change translation by using `dart run intl_utils:generate ` I have already define l10n.yaml in root folder ``` arb-dir: lib/l10n template-arb-file: intl_en.arb output-dir: lib/generated/intl output-localization-file: l10n.dart...