flutter_gen
flutter_gen copied to clipboard
Conflict with flutter internationalization output
Referring to official flutter i18n guide: https://docs.flutter.dev/development/accessibility-and-localization/internationalization
Running flutter pub get will generate this file .dart_tool/flutter_gen//gen_l10n/app_localization.dart
thus to use the localization we will need to do import'package:flutter_gen/gen_l10n/app_localizations.dart' hence it have the same name as this package, and the import will fail.