nations 0.0.8 nations: ^0.0.8 copied to clipboard
queen support for localization in flutter, part of queen
0.0.9 #
- Enhancements
- initial locale is the device locale if supported else will fallback
0.0.8 #
- bug-fixes
- numberToLocale uses current locale if none given instead of the fallback
0.0.7 #
- BREAKING ::
- remove notFoundBuilder in favor of notFound family
- Enhancements ::
- add
Spanish
as supported language by default
- add
0.0.6 #
- Enhancements ::
- fix #7
.args()
now acceptsMap<String,Object>
not only Strings (@mohamedkx77)
- fix #7
0.0.5 #
- downgraded shared_preferences to 2.0.7
- fix typos in core assets
- add more assets
- move the assets to
nations_assets
0.0.4 #
0.0.3 #
- ⚠ Breaking :: rename
NationsJsonLoader
toNationsAssetsLoader
0.0.2 #
- ⚠ Breaking :: remove translation methods , we will stick with extension methods to unify the package usage in all projects
- ✔ downgrade dart to 2.12
- 🆕 new
numberToLocale()
// map numbers to language numberscapitalizeFirstCharForEachWord()
capitalizeFirstChar()
0.0.1 #
- nations.speak();