gg_value 1.1.0-dev.5 copy "gg_value: ^1.1.0-dev.5" to clipboard
gg_value: ^1.1.0-dev.5 copied to clipboard

outdated

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.5 #

  • In many cases, consumers of GgValue should only read but not write. To enforce this, GgReadOnlyValue is introduced.
  • Instead of Stream<T>, GgValue<T> returns a GgValueStream<T>, which offers direct access to the last set value.
  • GgValue.stream.map was added.

1.0.3 #

  • Added set jsonDecodedValue to assign values decoded from json
  • Added get jsonDecodedValue to assign values decoded from json

1.0.3-dev.2 #

  • Renamed toString constructor parameter into stringify.
  • Added toString() method.
  • Added optional name constructor parameter

1.0.3-dev.1 #

  • String processing is working for dynamic types also

1.0.2 #

  • When used with custom types, no parse and toString function needs to be specified. An exception will by thrown only stringValue is 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 #

0.0.9+2 #

  • Fixed dart package conventions.

0.0.9+1 #

  • Initial version.
0
likes
0
pub points
24%
popularity

Publisher

verified publisherinlavigo.com

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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on gg_value