Jesway / flutter_translate

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

not working for flutter web #24

Closed snj07 closed 4 years ago

snj07 commented 4 years ago

It's not working with flutter web. When I run without LocalizationProvider as parent widget the app opens in browser but with this I am getting white screen. I used flutter run -d chrome to run the app.

bratan commented 4 years ago

Currently only mobile (android/iOS) is supported. I`m not sure if web will be supported in the future.