rollbar_common 1.0.0
rollbar_common: ^1.0.0 copied to clipboard
Commons package used by the Rollbar Dart and Flutter SDKs for error reporting.
Changelog #
1.0.0 #
- Added
mapFirstandmapSecondtoTuple2to map over a pair's values. Persistablenow defines theComparableinstead of usingdynamic.- Hid
*Recordtype-safe key value paths.
0.4.0-beta #
- New generic, functional
TableSetcollection that abstracts SQL declarations by allowing the management of sqlite3 tables as standard DartSetcollections overSerializablesealed immutable classes. - Generic
zipfunction for collections that allow to iterate two collections side by side. - New functional language extensions on various Dart types and collections:
Iterable,Map,DateTime,Mirror,Random,String,Object, and more.
- The
ConnectivityMonitorhas been removed.
0.3.1-beta #
- New language extensions on basic Dart types and functions.
- Added a Tuple2 sealed and immutable data class.
0.2.0-beta #
- Initial version.