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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add im_themed

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

dependencies:
  im_themed: ^0.0.5

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:im_themed/im_themed.dart';
1
likes
130
pub points
51%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, json_annotation, source_span, tuple

More

Packages that depend on im_themed