Last updated:
0 purchases
nice colors
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
copied to clipboard
Import the package:
import 'package:nice_colors/nice_colors.dart';
copied to clipboard
Usage #
Widget lavenderContainer() {
return Container(
color: NiceColors.purple.lavenderWhip,
);
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.