flutter_custom_cards 0.0.1 flutter_custom_cards: ^0.0.1 copied to clipboard
New Flutter package which helps developers to create beautiful custom cards.
flutter_custom_cards #
New Flutter package which helps developers to create beautiful custom cards.
Getting Started #
To import the widget:
import 'package:flutter_custom_cards/flutter_custom_card.dart'
Make a widget Card:
CustomCard(
text:"Hello World",
color:Colors.red,
)
Example
CustomCard(
text:"Hello World",
color:Colors.red,
)
## Author
Pradeep Tintali (4gpradeep@gmail.com)