mono_kit 0.6.0 mono_kit: ^0.6.0 copied to clipboard
A collection of convenient widgets and utils made by mono. Under construction now.
[0.6.0] #
- Add Barrier Barrier.value named constructor which accepts bool.
[0.5.0] #
- Delete ValueObservableBuilder's reuseChild and always call builder
[0.4.0] #
- Delete BetterStreamBuilder's reuseChild and always call builder
[0.3.0] #
- Delete RouteObserverProvider/RouteObserveMixin.
- Move to route_observer_mixin instead.
[0.2.0] #
- Refactor RouteObserverProvider with provider and add its example.
[0.1.1+1] #
- Make TextAnswerDialogResult to private
[0.1.1] #
- Change
TextAnswerDialog
's return type to Future
[0.1.0] #
- Increment version.
[0.0.6] #
- Add
TextAnswerDialog
.
[0.0.5] #
- Add
reuseChild
argument to BetterStreamBuilder/ValueObservableBuilder.
[0.0.4] #
- Add type parameter to FadePageRoute.
[0.0.3] #
- Change OverflowDetectableText's callback argument to double from bool in order to notify overflowed height.
[0.0.2] #
- Add BetterStreamBuilder
[0.0.1] #
- Port my private repository's source codes.