dart_board_debug 0.9.5+7
dart_board_debug: ^0.9.5+7 copied to clipboard
The debug feature for Dart Board. Provides the /debug route which can give insight into the current system.
import 'package:dart_board_core/dart_board_core.dart';
import 'package:dart_board_debug/debug_feature.dart';
import 'package:flutter/cupertino.dart';
/// Just loading the feature and showing the route
void main() =>
runApp(DartBoard(initialPath: '/debug', features: [DebugFeature()]));
copied to clipboard