dart_board_theme 0.9.4+3 copy "dart_board_theme: ^0.9.4+3" to clipboard
dart_board_theme: ^0.9.4+3 copied to clipboard

outdated

Basic theme selection for dart-board, allows changing between dark/light themes programmatically or through a /theme route.

example/main.dart

import 'package:dart_board_core/dart_board.dart';
import 'package:dart_board_theme/dart_board_theme.dart';
import 'package:flutter/material.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: '/theme', features: [ThemeFeature(data: ThemeData.light())]));
0
likes
0
pub points
0%
popularity

Publisher

verified publisherdart-board.io

Basic theme selection for dart-board, allows changing between dark/light themes programmatically or through a /theme route.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dart_board_core, flex_color_picker, flex_color_scheme, flutter

More

Packages that depend on dart_board_theme