dart_board_debug 0.9.1 copy "dart_board_debug: ^0.9.1" to clipboard
dart_board_debug: ^0.9.1 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 extansion and showing the route
///
/// It's better to work on this while connected to an integrated app right now
/// (saves a ton of time)
///
/// However, in the future we can provide mocks/etc to show the AB/Disable
/// features
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