-
Notifications
You must be signed in to change notification settings - Fork 338
Closed
Labels
fixed in dart / flutterin flutterRelates to running Flutter appsRelates to running Flutter appsin lsp/analysis serverSomething to be fixed in the Dart analysis serverSomething to be fixed in the Dart analysis serveris bugrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become availableSomething that requires changes in the Dart/Flutter SDK to ship before it will become available
Milestone
Description
Describe the bug
When using flutter_localizations, the extension doesn't lint/track AppLocalizations nor its import 'package:flutter_gen/gen_l10n/app_localizations.dart' automatically.
To Reproduce
Steps to reproduce the behavior:
- Install and setup
flutter_localizations - Go in any dart file and try to type
AppLocalizations: no Quick Fix available, and we have to import the package manually.
Expected behavior
It should suggest import 'package:flutter_gen/gen_l10n/app_localizations.dart' in the Quick Fixes dropdown list.
Please complete the following information:
- Operating System and version: Windows 10.0.19044.1645
- VS Code version: 1.66.2
- Dart extension version: 3.40.0
- Dart/Flutter SDK version: Channel stable, 2.10.4
- Target device (if the issue relates to Flutter debugging): None
Techblogogy, samuel-pastor, nonsocchi, dieboldfr, tlb-miyagiyuki and 5 more
Metadata
Metadata
Assignees
Labels
fixed in dart / flutterin flutterRelates to running Flutter appsRelates to running Flutter appsin lsp/analysis serverSomething to be fixed in the Dart analysis serverSomething to be fixed in the Dart analysis serveris bugrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become availableSomething that requires changes in the Dart/Flutter SDK to ship before it will become available
