eva_color 2.0.0 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';