fancy_element 0.0.2 copy "fancy_element: ^0.0.2" to clipboard
fancy_element: ^0.0.2 copied to clipboard

Get Fancy Element for your flutter app.

Fancy Element #

Implement fancy elements to Your Flutter App.

Current Widgets

  • Containers
    • Card Container
    • Gredient Container
    • Neumorphism Container

More Fancy Widget Will be added soon.

Fancy Card -: Create fancy Card

FancyCard(
                width: Fancy.width(context),
                height: Fancy.height(context) * 0.40,
                redius: 10,
                child: Center(
                  child: Container(
                    child: const Text(
                      "This Is Fancy Card",
                      style: TextStyle(fontSize: 20),
                    ),
                  ),
                ),
              ),

Fancy Card

Fancy Container -: Create Gredient Container with Title and subtitle

 FancyContainer(
                    color1: const Color(0xff0061ff),
                    color2: const Color(0xff60efff),
                    onTap: () {}),

Fancy Container

Neumorphism Container -: This Widget is usefull for create Neumorphism Container.

const NeumorphismContainer(),

https://raw.githubusercontent.com/MrShailandra/fancy_element/master/images/1657915139667.JPEG

Wanna Navigate To new Page? Use Below Snipet for Navigating.

Go.to(context, const NewPage());
Go.toNamed(context, "/page", argument: {"name": id});
Go.off(context, const NewPage());
Go.offAll(context, const NewPage());
Go.back(context);
2
likes
115
pub points
0%
popularity

Publisher

unverified uploader

Get Fancy Element for your flutter app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on fancy_element