magiccontainer 0.0.1 copy "magiccontainer: ^0.0.1" to clipboard
magiccontainer: ^0.0.1 copied to clipboard

A interactive multi feature container which can turn containers design into magic.Less code and more functionality.

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) alt text

-Gradient Container (doMagic=false,doGradient=true) alt text

-Color Changing Container (doMagic=true,doGradient=false) alt text

More relases around 3d container, blurry & glossy containers are coming soon.

Getting started #

Step 1: Install the package using

flutter pub add magiccontainer

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,
)

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,
)

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

5
likes
90
pub points
0%
popularity

Publisher

verified publisherneetishsingh.com

A interactive multi feature container which can turn containers design into magic.Less code and more functionality.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on magiccontainer