theme_mode_builder 1.0.0 copy "theme_mode_builder: ^1.0.0" to clipboard
theme_mode_builder: ^1.0.0 copied to clipboard

outdated

A Flutter package for handling theme in an app and also saving it on the device in a hive box.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:theme_mode_builder/theme_mode_builder.dart';
import 'package:theme_mode_builder_example/theme_mode_builder_example_app.dart';

Future<void> main() async {
  /// ensure widgets are initialized
  WidgetsFlutterBinding.ensureInitialized();

  /// initialize theme mode builder
  await ThemeModeBuilderConfig.ensureInitialized();

  /// Runs the app :)
  runApp(ThemeModeBuilderExampleApp());
}
22
likes
0
pub points
47%
popularity

Publisher

verified publisheralkhalaf.dev

A Flutter package for handling theme in an app and also saving it on the device in a hive box.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, hive, hive_flutter, stacked

More

Packages that depend on theme_mode_builder