eva_color 2.0.0 copy "eva_color: ^2.0.0" to clipboard
eva_color: ^2.0.0 copied to clipboard

Simple Eva Design System color and swatches for Flutter, with dart generator command from eva theme json file.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate eva_color

Use it

The package has the following executables:

$ generate

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add eva_color

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

dependencies:
  eva_color: ^2.0.0

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:eva_color/eva_color.dart';
6
likes
110
pub points
57%
popularity

Publisher

verified publisherglovory.dev

Simple Eva Design System color and swatches for Flutter, with dart generator command from eva theme json file.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

args, flutter, meta, path

More

Packages that depend on eva_color