riverpod_devtools 0.3.0
riverpod_devtools: ^0.3.0 copied to clipboard
DevTools extension for Riverpod - inspect and monitor your providers in real-time.
0.3.0 #
- Refresh provider list UI and add filtering feature
- Add example pages (
collections,lifecycle,todo,async) and new demos for Set, Map, and nested collections
0.2.0 #
- Breaking: Updated to support both Riverpod 2.x and 3.x (
flutter_riverpod: '>=2.6.1 <4.0.0') - Updated
RiverpodDevToolsObserverto handle API changes in Riverpod 3.0 - Improved compatibility layer for seamless migration between Riverpod versions
- Fixed pub.dev warnings about outdated dependencies
0.1.0 #
- Initial release of access to the Riverpod DevTools extension.
- Added
RiverpodDevToolsObserverto track provider events.