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

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

1.1.2 #

  • Fix concurrency issue when multiple requests are made with the same key (#45)
  • Updates rxdart to 0.28.0 (#45)

1.1.1 #

  • Use dart 3 class modifiers (#40)
  • Code improvements, fix dart analyze issues (#42)

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.
110
likes
160
pub points
84%
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