sugar 2.3.2
sugar: ^2.3.2 copied to clipboard
Forus Labs' Core Dart library. Provides sweet syntax sugar for common patterns related to the collections, core sand time.
2.3.2 (07/12/2021) #
This release adds a few additional convince methods.
- Add
Integers.from(bool) - Add
Integers.toBool() - Add
Weekdays.parse(int)
2.3.1 (19/11/2021) #
This release focuses on improving documentation and preparing for Dart 2.15.
- Add
disposable.dart - Change
crypto.darttocryptography.dart
master
2.3.0 (10/09/2021) #
This release adds new higher-order functions for composing functions. In addition, the library now minimally requires Dart 2.14.
- Add
Calltype definition - Add
Callsextension that contain higher-order functions for composingCalls - Add
Consumertype definition - Add
Consumersextension that contain higher-order functions for composingConsumers - Add
Mappertype definition - Add
Mappersextension that contain higher-order functions for composingMappers - Add
Predicatetype definition - Add
Predicatesextension that contain higher-order functions for composingPredicates - Add
Suppliertype definition - Add
Suppliersextension that contain higher-order functions for composingSuppliers - Change
Lists.repeat(int)extension toLists.operator *(int). - Remove
hash(Iterable<dynamic>)- function has been superseded byObject.hash(...)indart:core.
2.2.0 (21/07/2021) #
- Add
Debounce
2.1.1 (17/07/2021) #
- Add
List<T>.repeat(T) - Change
List<T>.separate(T)toList<T>.alternate(T)
2.1.0 (30/06/2021) #
This release adds new annotations & cryptological functions.
- Add
@PlatformDependent - Add
@Subset - Add
@Throws - Add
@annotation - Add
@throws - Add
HashExtensions - Add
nonce(...) - Change
Result.presenttoResult.successful - Change
Result.notPresenttoResult.failure - Change
Result.ifPresent(...)tpResult.ifSuccessful(...) - Change
Result.ifNotPresent(...)tpResult.ifFailure(...)
2.0.1 (29/06/2021) #
Downgrade meta from 1.4.0 to .1.3.0 to enable compatibility with Flutter
2.0.0 We have awoken! (25/06/2021) #
This release focuses on supporting null safety.
1.0.0 Initial Launch! 🚀 (06/10/2020) #
- Add collection library
- Add core library
- Add time library