Jesway / flutter_translate

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

App doesn't load on web #36

Closed wottpal closed 4 years ago

wottpal commented 4 years ago

Has your project web-support? I assumed it as it is a "web" project on pub.dev but I didn't get it to work 😞 The app doesn't seem to start and stays white in Chrome. I've even reproduced it with your example project:

flutter channel dev
flutter upgrade
flutter config --enable-web
cd example
flutter create .
flutter run -d chrome

Cheers, Dennis

bratan commented 4 years ago

@wottpal - Sorry but it doesn't work for web, only mobile for now.

Duplicate of #24