Last updated:
0 purchases
g containers
This package is help to create gradient container.
Getting started #
List prerequisites and provide or point to information on how to
start using the package.
Usage #
Add the Plugin
dependencies:
...
g_containers: ^0.0.2
copied to clipboard
Usage #
import it:
import 'package:g_containers/gradient_containers.dart';
copied to clipboard
use it:
GradientContainer(
height: 150,
width: 150,
child: Any Widget you want to use
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.