localizely / flutter-intl-vscode

This VS Code extension generates boilerplate code for localization of Flutter apps with official Dart Intl library
MIT License
87 stars 1 forks source link

null safety support #54

Closed martin-robert-fink closed 3 years ago

martin-robert-fink commented 3 years ago

Is there a timeline to add null safety support? The current plug-in has issues when Dart is set to >=2.12

aleksakrstic commented 3 years ago

Hi @martin-robert-fink Yes, the plan it to add nullsafety support of course. We will see if it will be supported by the plugin's dependency soon, there is an open issue https://github.com/dart-lang/i18n/issues/563 that is a blocker. I expect to be supported by the plugin before sound nullsafety goes into Dart's Stable channel .

anamsantos commented 3 years ago

Hi guys. Some news about this issue?

aleksakrstic commented 3 years ago

The main discussion about null-safety support is here https://github.com/localizely/intl_utils/issues/14 since that is the core package under the hood.

Will use this issue for IDE plugin migration after intl_utils migration.

aaqibismail commented 3 years ago

Seems like intl_utils was migrated to v2.0.0 which now supports null-safety. Any timeline on an update?

aleksakrstic commented 3 years ago

Hi everyone, IDE plugin version 1.14.0 is now released. Supports null-safety and uses intl_utils 2.1.0 under the hood.