oref_flutter 0.3.2 oref_flutter: ^0.3.2 copied to clipboard
Oref is a lightweight, high-performance reactive programming library for Flutter.
v0.3.2 #
- Upgraded
oref
to version constraintv0.5.0
. - Exported the
inferReturnType
utility fromoref
. - Marked
compose
as deprecated - will be removed inv0.4
version.
v0.3.1 #
- Correct pub metadata information
v0.3.0 #
2024-10-21
What's New #
- Adapt to
oref:0.4
version - feat: Support
customRef
api - feat: Support
reactiveMap
api - feat: Support
reactiveSet
api - feat: Support
reactiveList
api - feat: Support
reactiveIterable
api