x_theme_provider 0.0.4 copy "x_theme_provider: ^0.0.4" to clipboard
x_theme_provider: ^0.0.4 copied to clipboard

Effortlessly switch between light, dark, and system modes, or create custom themes. Seamlessly integrates with both MaterialApp and CupertinoApp.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add x_theme_provider

With Flutter:

 $ flutter pub add x_theme_provider

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  x_theme_provider: ^0.0.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:x_theme_provider/theme_provider.dart';
1
likes
0
points
29
downloads

Publisher

verified publisheroham.pro

Weekly Downloads

Effortlessly switch between light, dark, and system modes, or create custom themes. Seamlessly integrates with both MaterialApp and CupertinoApp.

Repository (GitHub)
View/report issues

Topics

#theming #theme #theme-provider #theme-switcher #dynamic-theme

License

unknown (license)

Dependencies

flutter

More

Packages that depend on x_theme_provider