devicetheme 1.1.0 copy "devicetheme: ^1.1.0" to clipboard
devicetheme: ^1.1.0 copied to clipboard

A Flutter package to read and return the device theme and set app theme.

Device Theme #

A Flutter package to read and return the device theme and set app theme.

Usage #

import 'package:devicetheme/devicetheme.dart';

then

This will return the current device theme.

String platformTheme = await Devicetheme.platformTheme;

This will return saved value in SharedPreferences( if SharedPreferences is empty we will save current device theme)

String appTheme = await Devicetheme.appTheme;

This will set SharedPreferences theme value.

await Devicetheme.setAppTheme('light');

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

1
likes
40
pub points
0%
popularity

Publisher

verified publishereastglint.com

A Flutter package to read and return the device theme and set app theme.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on devicetheme