- Updates
TrentManager
'strents
field to be optional. - Updates
register
function to be callable outside the widget tree. This is useful if you want to start the lifecycle of your Trents before you executerunApp
, such as in themain
function.
get<T>(BuildContext)
->get<T>()
, removing the need to passBuildContext
toget
method.- README updates to update documentation.
- README updates. Specifically, adds link to blog post with more information on the package.
- README image sizing fixed.
- Improved documentation and examples in the README.
- Updates the
Alerter
widget to include anOption
type for the previous alert state in itslistenAlertsIf
function, as it may be absent when there is no default alert, unlike the default state which is always present.
- README updates.
- Improves documentation.
- Adds example weather app.
- Fixes assorted errors.
- Initial release.