stock 1.1.0 copy "stock: ^1.1.0" to clipboard
stock: ^1.1.0 copied to clipboard

Dart package for Async Data Loading and Caching. Combine local (DB, cache) and network data simply and safely.

1.1.0 #

  • Dart 3 upgrade (#38)
  • Document improvements (#37)

1.0.1 #

  • Document improvements (#34)
  • Make SourceOfTruth non-required in the Stock constrictor (#33)
  • Add mapData extension to transform the StockResponse<T> into a StockResponse<E> (#31).
  • Add stock.clear(id) and stock.clearAll() functionality. Thanks Abdktefane for PR #30.

1.0.0 #

  • Document improvements (#23)
  • CI improvements (#22)
  • Add map and when extension methods over StockResponse (#21, #27). Thanks Leynier for PR (#21).

0.0.2 #

  • Api improvements (#18)
  • CI analysis improvements (#16, #18)
  • Documentation changes (#15, #19)
  • GitHub repository improvements (#17)

0.0.1 #

  • Initial release.
102
likes
120
pub points
82%
popularity

Publisher

verified publisherxmartlabs.com

Dart package for Async Data Loading and Caching. Combine local (DB, cache) and network data simply and safely.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

meta, mutex, rxdart

More

Packages that depend on stock