sky_theme 0.0.1 copy "sky_theme: ^0.0.1" to clipboard
sky_theme: ^0.0.1 copied to clipboard

Provides couple of widgets to change between system and light/dark theme.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sky_theme

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

dependencies:
  sky_theme: ^0.0.1

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:sky_theme/sky_theme.dart';
0
likes
140
points
22
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Provides couple of widgets to change between system and light/dark theme.

Topics

#ui #theme #material3 #dynamic-theme

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on sky_theme