trans_flutter 0.0.3
trans_flutter: ^0.0.3 copied to clipboard
Flutter package to provide easy translation of text in your app at compile time.
0.0.3 #
Added features:
- Localization now uses Flutter inbuilt's
Localizationsclass to get the locale, for better integration with Flutter's localization system. - Better Folder Structure
- Developers now can load translations from anywhere, by overriding the default load function of the
Applocalizationclass.
0.0.2 #
Added features:
- Now you can get supportedLocales as well as fallbackLocale from
FlutterTransclass. - Changed name of the class to
FlutterTrans.
0.0.1 #
- Initial release.