nice_colors 2.1.0 copy "nice_colors: ^2.1.0" to clipboard
nice_colors: ^2.1.0 copied to clipboard

Introducing NiceColors - your go-to solution for adding a touch of elegance to your Flutter projects!

Features #

Introducing NiceColors - your go-to solution for adding a touch of elegance to your Flutter projects!

Getting started #

In your flutter project add the dependency:

dependencies:
  nice_colors: ^2.1.0

Import the package:

import 'package:nice_colors/nice_colors.dart';

Usage #

Widget lavenderContainer() {
 return Container(
    color: NiceColors.purple.lavenderWhip,
  );
}
1
likes
140
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

Introducing NiceColors - your go-to solution for adding a touch of elegance to your Flutter projects!

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on nice_colors