dart_board_theme 0.9.5+7 copy "dart_board_theme: ^0.9.5+7" to clipboard
dart_board_theme: ^0.9.5+7 copied to clipboard

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_core.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(
    initialPath: '/theme', features: [ThemeFeature(data: ThemeData.light())]));
copied to clipboard
0
likes
80
points
28
downloads

Publisher

verified publisherdart-board.io

Weekly Downloads

2024.09.26 - 2025.04.10

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dart_board_core, dart_board_widgets, flex_color_picker, flex_color_scheme, flutter

More

Packages that depend on dart_board_theme