Jesway / flutter_translate

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

Support Null safety #63

Closed leynier closed 3 years ago

leynier commented 3 years ago

Fix #62

leynier commented 3 years ago

PR also in dependency: https://github.com/bratan/flutter_device_locale/pull/13

leynier commented 3 years ago

In this PR in pubspec.yml the dependency use a fork of the original dependency because the original dependency not yet migrate to null safety, but, Im also made a PR for support null safety in the origina dependency.

nohli commented 3 years ago

@leynier Tried your fork, it crashed:

error

Fixed it, see https://github.com/bratan/flutter_device_locale/pull/13