flutter_dev_toolkit 1.3.2
flutter_dev_toolkit: ^1.3.2 copied to clipboard
A powerful, modular in-app developer console for Flutter apps. Includes logs, network inspector, route tracker, performance tools, and plugin system.
1.3.2 #
- Updated Changelog
1.3.1 #
- Updated Dependencies
1.3.0 #
1.2.0 #
β¨ Features #
- Introduced plugin registry with
BuiltInPluginType
enum for cleaner plugin control. - Removed legacy flags (
enableRouteInterceptor
,enableNetworkInterceptor
,enableLifecycleInterceptor
). - Built-in plugins now registered via enum-based
disableBuiltInPlugins
. - Modular plugin architecture for Logs, Network, Routes, Device Info.
- Each plugin can define its own export and clear actions.
- Export and clear buttons now come with confirmation dialogs and clipboard/share support.
- Plugin-specific app bars with actions and optional config panels.
- Added proper lifecycle handling (
onPause
,onResume
) in plugins. - Active plugin state synced with tab selection on open/close.
π Fixes #
- Fixed bug where plugin state was not updated on overlay reopen.
- Fixed default tab and plugin mismatch on initial open.
- UI updates now reflect after clearing logs or routes.
π¦ Housekeeping #
- Updated README to reflect new plugin management approach.
- Deprecated old config flags in favor of enum-driven
disableBuiltInPlugins
.
1.1.2 #
- Minor Fixes
1.1.1 #
- Minor Fixes
1.1.0 #
Added #
- π New App State Inspector tab
- π― Bloc state tracking via DevBlocObserver
- π‘ Pretty JSON formatting + state timestamp
- π§ Responsive layout (split for desktop, expansion on mobile)
- πͺ Copy state to clipboard
- π Framework adapter system with dropdown support
1.0.0 #
- Initial release with Logs, Network, Routes, Performance
- Plugin system and built-in plugins
- Error handling and DevOverlay