gg_value 1.1.0-dev.1
gg_value: ^1.1.0-dev.1 copied to clipboard
GgValue allows managing a value in a dart application. It provides a stream, a flag preventing too many updates, and a custom transform and a comparison function.
Change Log #
1.1.0-dev.1 #
- In many cases, consumers of
GgValueshould only read but not write. To enforce this,GgReadOnlyValueis introduced.
1.0.3 #
- Added
set jsonDecodedValueto assign values decoded from json - Added
get jsonDecodedValueto assign values decoded from json
1.0.3-dev.2 #
- Renamed
toStringconstructor parameter intostringify. - Added
toString()method. - Added optional
nameconstructor parameter
1.0.3-dev.1 #
- String processing is working for dynamic types also
1.0.2 #
- When used with custom types, no
parseandtoStringfunction needs to be specified. An exception will by thrown onlystringValueis used.
1.0.1 #
- Parse an generate bool strings
- Updated documentation
- Provided example
1.0.0 #
- Parse strings into GgValue
- Turn GgValue into strings
0.0.9+4 #
- Moved source code to https://github.com/inlavigo/gg_value
0.0.9+2 #
- Fixed dart package conventions.
0.0.9+1 #
- Initial version.