theme_button 1.0.4 copy "theme_button: ^1.0.4" to clipboard
theme_button: ^1.0.4 copied to clipboard

Theme button provides a switch widget for night/light modes on Android,iOS, WEB and Desktop

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add theme_button

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

dependencies:
  theme_button: ^1.0.4

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

Import it

Now in your Dart code, you can use:

import 'package:theme_button/theme_button.dart';
12
likes
160
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

Theme button provides a switch widget for night/light modes on Android,iOS, WEB and Desktop

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, lottie

More

Packages that depend on theme_button