Jesway / flutter_translate

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

Fix to ensure initialized before running. #12

Closed SiyrisSoul closed 4 years ago

SiyrisSoul commented 4 years ago

Example crashes without.

SiyrisSoul commented 4 years ago

The documentation should also probably be updated to help ensure others don't run into any issues.

bratan commented 4 years ago

@TutOsirisOm

Thanks for this, I can reproduce the issue in the master channel.

It seems there was a breaking change in https://github.com/flutter/flutter/pull/38464

I`ll update the documentation as well.