Jesway / flutter_translate

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

Null safety? #67

Closed rgbinnovation closed 3 years ago

rgbinnovation commented 3 years ago

Hi, have plan to add null safety to this package soon? It is preventing me from upgrading. Thanks!

erperejildo commented 3 years ago

This still blocking me. Can we know at least when will this be updated?

rafaelsetragni commented 3 years ago

I did the conversion to null-safety. I've already submitted a pull request to this plugin developer.

Pull request: Migration to Null-safety

rafaelsetragni commented 3 years ago

I did a new one, more simple to merge, without so much improvement.

Pull request: More simple null safety migration

bratan commented 3 years ago

Implemented in https://github.com/bratan/flutter_translate/pull/71