im_themed

Last updated:

0 purchases

im_themed Image
im_themed Images
Add to Cart

Description:

im themed

im_themed #
Flutter library for changing ThemeData in runtime
Features #

supports basic ThemeData parsing and encoding from/to JSON

Getting started #
Installation #
flutter pub add im_themed
copied to clipboard
Or add to your pubspec.yaml:
dependencies:
im_themed: <last_version>
copied to clipboard
Usage #
Checkout example/lib/main.dart for complete example.
void main() async {
runApp(
const ImThemedApp(
app: SingleThemeApp(),
),
);
}
copied to clipboard
Acknowledgments #
This library uses source code from the following projects:

csslib

Additional information #
Work in progress
License #
LICENSE

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.