You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
intl docs: Remove instruction to import bindings file
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/3308Dart-Code/Dart-Code#3948flutter/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.
0 commit comments