json_theme_plus 6.8.1 copy "json_theme_plus: ^6.8.1" to clipboard
json_theme_plus: ^6.8.1 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.8.1

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
80
points
132
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, json_class, json_schema, json_theme_annotation, logging, meta

More

Packages that depend on json_theme_plus