Last updated:
0 purchases
flip book
Flutter flip book widget
Features #
RTL
Aspect Ratio
Page Builder
Additional information #
The package is in under construction.
Development #
Internationalization #
Each locale translations are defined in ./lib/l10n/intl_<locale>.arb
Adding a new locale
Run: Flutter Intl: Add locale
Edit ./lib/src/intl/locales.dart.
Adding a new Internationalized text
Copy text getter from ./lib/generated/l10n.dart into ./lib/src/intl/text.dart
Replace getter signature with a String <getter_name> (Locale locale) function.
Append locale: locale.toString() parameter to Intl.message call.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.