flex_track_inspector library
Local debug inspector (HTTP dashboard + WebSocket live feed).
On Flutter Web this library exports a no-op stub. On IO platforms it runs a Shelf server. Import only where you need the inspector:
import 'package:flex_track/flex_track_inspector.dart';
Classes
- FlexTrackInspector
- Web / non-IO stub: FlexTrackInspector.start and stop are no-ops.