qbcps_flutter 1.0.0
qbcps_flutter: ^1.0.0 copied to clipboard
A collection of utility classes for testing and offline development.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 2021.03.12 #
Changed #
- updated version from prerelease to release
- support released version of tuple
- use dartfmt on all the source files
1.0.0-nullsafety.0 2021.03.11 #
Changed #
- Modified API for null safety
- Updated Changelog with valid links
0.1.1 2020.02.11 #
- Added configuration for continuous integration with FireCI.
- Added method to MapDB to provide a Stream of all the values
0.1.0 2019.06.17 #
0.0.4 2019.06.13 #
0.0.3 2019.06.04 #
- Added
CircularArray - Added
NotificationManager
0.0.2 2019.06.04 #
- Added documentation comments to
MapDB.
0.0.1 2019.06.03 #
- Initial release, with two classes:
MapDB, an in-memory database that acts a bit like Firebase, andAccumulatorStream, a stream that performs a transformation on a collection of futures and fires an event when they're all done.