Flutter flip book widget
- RTL
- Aspect Ratio
- Page Builder
The package is in under construction.
Each locale translations are defined in ./lib/l10n/intl_<locale>.arb
- Run:
Flutter Intl: Add locale
- Edit
./lib/src/intl/locales.dart
.
- 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.