im_themed 0.0.5 copy "im_themed: ^0.0.5" to clipboard
im_themed: ^0.0.5 copied to clipboard

package for parsing flutter theme from json, with support for css like syntax

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:

Additional information #

Work in progress

License #

LICENSE

1
likes
130
points
106
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.06 - 2025.01.18

package for parsing flutter theme from json, with support for css like syntax

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, json_annotation, source_span, tuple

More

Packages that depend on im_themed