ako_optional 0.9.0 ako_optional: ^0.9.0 copied to clipboard
Ako Optional is an Ako Core extension module for the Optional package
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.
unreleased #
0.9.0 - 2024-08-13 #
Added #
tryOptionalOrElse
helper to resolve a optional future, catching exceptionstryOrElse
helper to resolve a future, catching exceptionsfetchJsonAsOptional
helper to fetch and parse JSON data
0.8.0 - 2024-07-16 #
Changed #
- BREAKING Extracted AkoFutureOptional into
ako_optional
package
Going forward, this CHANGELOG only contains changes of the Ako Optional package.
0.5.0 - 2023-08-17 #
Changed #
- BREAKING Replaced all widgets with builders
0.4.0 - 2023-08-17 #
Changed #
- BREAKING Replaced all widgets with builders
0.3.0 - 2023-07-31 #
Added #
withError
on AkoFutureOptional for error handling
0.2.0 - 2023-07-18 #
Added #
- AkoFutureOptional, a widget to simplify usage of FutureBuilder with Optionals
- The
Optional
library is added as a dependency, and exported viapackage:ako_core/optional.dart