theme_genius 1.0.0+1 copy "theme_genius: ^1.0.0+1" to clipboard
theme_genius: ^1.0.0+1 copied to clipboard

outdated

A Flutter package that provides a simple way to manage theme modes in your app.

example/lib/main.dart

import 'dart:developer';

import 'package:example/app/app.dart';
import 'package:flutter/widgets.dart';

void main() {
  FlutterError.onError = (details) {
    log(details.exceptionAsString(), stackTrace: details.stack);
  };

  runApp(const App());
}
2
likes
0
points
7
downloads

Publisher

verified publishertizianotedeschi.com

Weekly Downloads

A Flutter package that provides a simple way to manage theme modes in your app.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on theme_genius