KingWu / gen_lang

gen_lang is a dart library for internationalization. Extracts messages to generate dart files required by Intl, inspired by Intl_translation and Flutter i18n
BSD 2-Clause "Simplified" License
100 stars 23 forks source link

Support for Null Safety #23

Open felixgabler opened 3 years ago

felixgabler commented 3 years ago

With the release of Flutter 2, it would be important to migrate to null safety.

https://dart.dev/null-safety/migration-guide

arsamme commented 3 years ago

@KingWu any plans to migrate?