dart_board_debug 0.9.5+7 copy "dart_board_debug: ^0.9.5+7" to clipboard
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.

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()]));
copied to clipboard
0
likes
90
points
93
downloads

Publisher

verified publisherdart-board.io

Weekly Downloads

2024.09.26 - 2025.04.10

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dart_board_core, flutter

More

Packages that depend on dart_board_debug