dart_board_debug 0.9.4+5 copy "dart_board_debug: ^0.9.4+5" to clipboard
dart_board_debug: ^0.9.4+5 copied to clipboard

outdated

The debug feature for Dart Board. Provides the /debug route which can give insight into the current system.

example/main.dart

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()]));
0
likes
0
pub points
0%
popularity

Publisher

verified publisherdart-board.io

The debug feature for Dart Board. Provides the /debug route which can give insight into the current system.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dart_board_core, flutter

More

Packages that depend on dart_board_debug