odroe 0.0.3 odroe: ^0.0.3 copied to clipboard
A declarative, efficient, and flexible Flutter UI framework for building user interfaces.
Odroe v0.0.3 #
To install Odroe v0.0.3
run:
flutter pub add odroe:0.0.3
or update your pubspec.yaml
file:
dependencies:
odroe: ^0.0.3
What's Changed #
- feat(runes): Support
activate
anddeactivate
state - feat(runes): Have a good state type
- feat(runes): Support
$effect.active
rune - feat(runes): Support
$effect.pre
rune - Bug: Fix
$efdect.active
rune comment and export - Bug: Avoid forgotten
RuneState
Odroe v0.0.2 #
To install Odroe v0.0.2
run:
flutter pub add odroe
or update your pubspec.yaml
file:
dependencies:
odroe: ^0.0.2
What's Changed #
- Store: Remove
get
inStartStipNotifier
first record. - Code Comments: Add public APIs code comments.
Full Changelog: https://github.com/odroe/odroe/commits/v0.0.2
0.0.1 #
Publish first version