json_theme_plus 6.6.6 copy "json_theme_plus: ^6.6.6" to clipboard
json_theme_plus: ^6.6.6 copied to clipboard

discontinuedreplaced by: json_theme

A library to dynamically generate a ThemeData object from a JSON file or dynamic map object

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add json_theme_plus

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

dependencies:
  json_theme_plus: ^6.6.6

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:json_theme_plus/json_theme_plus.dart';
4
likes
0
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

A library to dynamically generate a ThemeData object from a JSON file or dynamic map object

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, json_class, json_schema, json_theme_annotation, logging, meta

More

Packages that depend on json_theme_plus