riverpod_timeline 1.1.2
riverpod_timeline: ^1.1.2 copied to clipboard
A Riverpod debugging and state-inspection package that records every provider update, tracks dependencies, visualizes state changes, and supports time-travel debugging.
Changelog #
1.1.2 #
- Cleaned up README: minimal structure, uniform screenshot sizing, 2x2 grid layout
- Removed previous version tags; reset to initial release structure
1.0.0 #
- Initial release
- Provider observer with automatic tracking of creation, disposal, updates, and refreshes
- Timeline recording with in-memory storage and configurable pruning
- Timeline viewer widget with search, filter, and expand/collapse
- Dependency graph with circular dependency detection
- Time travel debugging with play, pause, resume, step forward/backward
- Performance metrics tracking with slow provider detection
- Export/import as JSON
- Developer overlay with floating debug button (
enableOverlayoption) - Production safety with automatic disable in release mode
- README with screenshots, configuration docs, and API reference
- Full test coverage