Last updated:
0 purchases
nize
Introducing "Nize",
your go-to solution for adding a touch of elegance to your Flutter projects!
Getting started #
In your flutter project add the dependency:
dependencies:
nize: ^0.0.1
copied to clipboard
Import the package:
import 'package:nize/nize.dart';
copied to clipboard
Usage #
NizeColors #
Widget myContainer() {
return Container(
color: NizeColors.purple.lavenderWhip,
);
}
copied to clipboard
Contents #
Colors
Gradients
Palettes
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.