playx_core 0.0.8 playx_core: ^0.0.8 copied to clipboard
Core package for playx eco system contains shared classes and utilities.
0.0.7 - 0.0.8 #
- Add
SecurePrefs
to be able to store encrypted keys in the device. - Upgrade Packages.
0.0.6 #
- Add format extension for strings to format stings.
0.0.5 #
- Add support for Dart 3.0.0 and Flutter 3.10
- Upgrade Packages.
- Add multiple extensions like
DateExtensions
,DurationExtensions
,NumDurationExtensions
andNumExtensions
. - Add common utilities.
0.0.4 #
- update Readme
0.0.3 #
- update packages
0.0.2 #
- fix typos
- add
capitalizeFirstChar(String str)
- add
capitalizeFirstCharForEachWord(String str)
0.0.1 #
- initial release.