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

A new Flutter package project.

Custom Card Grid View #

A new Flutter package project.

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Flutter package to Easy Implimaintaion of custom card grid view also provide animated, 🥰 Attractive, 🎨stylish custom card view. #

1.Custom Card View.

Introduction #

Custom_Cardgridview library is built upon Flutter Custom Card Material Design library. This API will be useful to create rich, animated, beautiful Custom Card in Flutter easily.

1.Card _GridLayout 2. OTP Validation
This is Main window where you want to add Custom card_Grid View AS you can see Below. This is Detais window after click on Custom card as you can see below.

Create Custom Card_GridView Instance #

Custom Card_GridView are instantiated as follows.

i. Custom Card_GridView - #

CustomCard class is used to create Custom Card_GridView . Its dynamic state class is used to instantiate it.

 body: GridCard(cardLayout:
      [
        CustomCard(
          imgPath: "assets/red.png",
          name: "oppo",
          price: "12345",
          isFavorite: false,
          added: false,
        ),
        CustomCard(
          imgPath: "assets/real.png",
          name: "realme",
          price: "12345",
          isFavorite: false,
          added: false,
          onPressed:(){
            //On tap on card Redirect To
          },
        )
      ]
      )
3
likes
10
pub points
28%
popularity

Publisher

unverified uploader

A new Flutter package project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on custom_cardgridview