Jesway / flutter_translate

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

Fixed the issue with not working Flutter Driver with the flutter_translate #57

Closed AlexBacich closed 3 years ago

AlexBacich commented 3 years ago

Fix won't affect normal use of the app plus will allow running Flutter Drive with this library.

AndrewSheetMetal commented 3 years ago

@AlexBacich I figured out, that your fix must also be applied in the method _getAllLocaleFiles() in locale_file_service.dart

AlexBacich commented 3 years ago

@AndrewSheetMetal , sorry didn't get you.