-
Notifications
You must be signed in to change notification settings - Fork 327
Auto import on .dart folder #4869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
@scheglov Can you answer this question about auto-import? Or suggest someone who could? Thanks! |
add
then auto import work again :) |
@stevemessick |
gnprice
pushed a commit
to zulip/zulip-flutter
that referenced
this issue
Nov 20, 2024
Previously with `package:flutter_gen`, a manual import of the bindings file was required because editor/IDE plugins didn't automatically suggest imports for the `ZulipLocalizations` class. See: https://github.com/dart-lang/linter/issues/3308 Dart-Code/Dart-Code#3948 flutter/flutter-intellij#4869 Now that the generated files are located in `lib/generated/l10n`, IDE plugins provide auto-import suggestions, making the manual import instruction unnecessary.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am using
flutter_gen
to produce localization. It's likeGallary
localization described here.When I want to import my localization that placed at
package:flutter_gen/gen_l10n/localizations.dart
byAlt + Inter
, there is no recommendation to import from there.Is there a way to fix this, or have to import that manually?
The text was updated successfully, but these errors were encountered: