reactive_flutter 1.0.5
reactive_flutter: ^1.0.5 copied to clipboard
A lightweight auto-tracking reactive state management library for Flutter.
1.0.5 #
- Add
ReactiveIsolateTaskfor reactive background isolate execution - Add
ReactiveTaskStatewith loading, data, and error handling - Add
ReactiveTaskPayloadfor reusable isolate task definitions - Add
run()andrunOrThrow()isolate execution methods - Add reactive isolate state tracking
- Add reusable generic isolate task architecture
- Improve heavy task handling without blocking UI
- Improve large file reading and parsing performance
- Add isolate task reset support
- Add documentation and examples for isolate usage
1.0.4 #
- Fix
LoggerViewfilter — ALL mode now correctly shows all lines - Fix
_visiblegetter reactive tracking insideWatch - Fix
No Overlay widget founderror inLoggerOverlay - Fix
RowandColumnoverflow inLoggerView - Remove
Tooltipdependency onOverlayancestor - Add
useOverlayparameter toLoggerView.open()
1.0.3 #
- Add
ReactiveLoggerwith plain.logfile output - Add
LoggerViewwith level-based color coding - Add
LoggerOverlayfloating debug button - Add
ClearPolicy— daily, weekly, monthly, 3 month, 6 month auto-clear - Add
LogLevel— debug, info, warning, error, fatal
1.0.2 #
- Add
ReactivePaginationwithPaginationStateandcopyWith - Add
ReactiveCursorPaginationfor Firebase, GraphQL, Supabase - Add
ReactiveSearchwith debounce, min length, stale guard
1.0.1 #
- Add
ReactiveInjectorsingleton and transient DI - Add
Injectstatic facade - Fix
PaginationStateList<Never>type error
1.0.0 #
- Initial release
Reactive<T>auto-tracking state containerWatchwidget with zero-config dependency detectionReactiveBaseandReactiveTrackerinternals