Jesway / flutter_translate

Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
MIT License
401 stars 118 forks source link

Migrate to null safety #65

Closed trustmefelix closed 3 years ago

bratan commented 3 years ago

@trustmefelix - Thanks for your contribution. However the pull request should only contain null safety migration implementation, not refactoring or other changes. Additionally it conflicts with the branch.

trustmefelix commented 3 years ago

@bratan Thanks for reminding. For the update of supporting null safety, please refer to the below PR, and this PR would be closed: https://github.com/bratan/flutter_translate/pull/66