Last updated:
0 purchases
magiccontainer
MagicContainer is extremmely useful for those who want to excel in the UI
without messing much around code. A single container will help you to get
multiple featured all at one place.
Features #
This release contains three types of containers.
-Normal Container (doMagic=false,doGradient=false)
-Gradient Container (doMagic=false,doGradient=true)
-Color Changing Container (doMagic=true,doGradient=false)
More relases around 3d container, blurry & glossy containers are coming soon.
Getting started #
Step 1: Install the package using
flutter pub add magiccontainer
copied to clipboard
Usage #
There are two flags as of Now.
1.doMagic- keep it as true if you want the container colour to change at
given frequency of time(milliseconds)
MagicContainer(
colors: [Colors.amber, Colors.white, Colors.red],
doMagic: true,
milliseconds: 5,
)
copied to clipboard
2.doGradient- keep it as true if you want the container to take a linear
gradient and it will not change.
MagicContainer(
colors: [Colors.amber, Colors.white, Colors.red],
doGradient: true,
)
copied to clipboard
Additional information #
More features & types of containers is in development which will be released
in next versions. few such examples are :
-blurry Containers
-Glassy Containers
##For More info visit www.neetishsingh.com
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.