flutter_gen icon indicating copy to clipboard operation
flutter_gen copied to clipboard

Conflict with flutter internationalization output

Open noxasch opened this issue 3 years ago • 0 comments

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.

noxasch avatar Jun 09 '22 17:06 noxasch