at_theme_flutter 1.0.0 copy "at_theme_flutter: ^1.0.0" to clipboard
at_theme_flutter: ^1.0.0 copied to clipboard

outdated

A Flutter plugin project to provide theme selection in @‎platform apps with ease.

Now for a little internet optimism #

at_theme_flutter #

A Flutter plugin project to provide theme selection in @‎platform apps with ease.

Initialising #

The theme service needs to be initialised. The root domain has to be specified.

initializeThemeService(
    rootDomain: MixedConstants.ROOT_DOMAIN
);

Sample usage #

To get saved theme #

AppTheme? appTheme = await getThemeData();

To use custom theme #

var appTheme = AppTheme.from();
var result = await setAppTheme(appTheme);
1
likes
0
pub points
39%
popularity

Publisher

verified publisheratsign.org

A Flutter plugin project to provide theme selection in @‎platform apps with ease.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

at_client_mobile, at_common_flutter, at_commons, flutter, fluttertoast

More

Packages that depend on at_theme_flutter