FLUTTER ECOSYSTEM

flutter_bloc_devtools

Remote DevTools for flutter_bloc. This package connects all Bloc to the Remote Devtools Server, allowing the developer to inspect changes to the Blocs during runtime.

Latest version
0.1.1
30-day downloads
17
Likes
27
Pub points
40

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

flutter_bloc_devtools enables remote debugging of Bloc states in Flutter applications by connecting all Bloc instances to a DevTools server. This allows developers to inspect state changes, track transitions, and debug bloc logic in real time during runtime. The package integrates seamlessly with the Flutter DevTools ecosystem, providing visibility into bloc behavior without requiring local debugging setup. It is particularly useful for complex state management scenarios where understanding state flow is critical.

Use cases
  • Real-time state inspection during development
  • Debugging complex state transitions
  • Remote debugging across multiple devices
  • Monitoring bloc behavior in production-like environments
  • Collaborative debugging sessions
Key features
  • Connects all Bloc instances to a remote DevTools server
  • Provides live state change tracking
  • Integrates with Flutter DevTools
  • Supports remote debugging without local setup
  • Enables visualization of bloc events and states
Suitable for
  • Developers working with complex state management
  • Teams collaborating on state-heavy apps
  • Testing and debugging in distributed environments
  • Apps requiring detailed state monitoring
Considerations
  • Requires a running DevTools server
  • Not intended for production use
  • May introduce latency in high-frequency state updates
  • Limited to Flutter projects using flutter_bloc
  • Depends on network connectivity for remote access
Supported platformsNot available

Install package

flutter pub add flutter_bloc_devtools

Categories

Source repository

Related projects

No data available yet.