dart_board_debug 0.9.3+4 copy "dart_board_debug: ^0.9.3+4" to clipboard
dart_board_debug: ^0.9.3+4 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.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(initialRoute: '/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