sugar 2.1.0 sugar: ^2.1.0 copied to clipboard
Forus Labs' Core Dart library. Provides sweet syntax sugar for common patterns related to the collections, core sand time.
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.present
toResult.successful
- Change
Result.notPresent
toResult.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