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
Usage
import it:
import 'package:g_containers/gradient_containers.dart';
use it:
GradientContainer(
height: 150,
width: 150,
child: Any Widget you want to use
),