Category : Flutter Card

Flutter Card Managing App – Cardy Bank I uploaded on youtube!! Thanks to Watch Introduction I’m working on a project to launch a simple brand. I tried configuring the UI related to water. I developed it using flutter, and I have listed the packages related to development below, so please check it out. If you ..

Read more

stacked_notification_cards A Flutter implementation of iOS style stacked notifications. Features Given notifications can be stacked one upon the other (iOS style) Notifications can be expanded with fan animation. Individual notification card can slide either left or right Individual cards or the entire stack of cards can be dismissed via slide action. It’s possible to use ..

Read more

scratcher Scratch card widget which temporarily hides content from user. Features Android and iOS support Cover content with full color or custom image Track the scratch progress and threshold Fully configurable Getting started First thing you need to do is adding the scratcher as a project dependency in pubspec.yaml: dependencies: scratcher: “^2.1.0” Now you can install ..

Read more

Flutterwave Card Deck The Flutterwave animated card deck in Flutterwave’s landing page implemented with Flutter. Widgets Used AnimatedBuilder.Transform.Stack. Animated Deck Download Flutterwave Card Deck source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

swipable_stack A widget for stacking cards, which users can swipe horizontally and vertically with beautiful animations. (Sorry, the package name swipable_stack is typo of swipeable stack) Usage builder A SwipableStack uses a builder to display widgets. SwipableStack( builder: (context, index, constraints) { return Image.asset(imagePath); }, ), onSwipeCompleted You can get completion event with onSwipeCompleted. SwipableStack( onSwipeCompleted: (index, direction) { print(‘$index, ..

Read more

Use dynamic and beautiful card view pagers to help you create great apps. Preview New Feature v1.3.0 Change Alignment Left Center(Default) Right v1.4.0 Enable Web Web Link Installing Add dependency to pubspec.yamlGet the latest version in the ‘Installing’ tab on pub.dartlang.org dependencies: vertical_card_pager: ^1.5.0 Import the package import ‘package:vertical_card_pager/vertical_card_pager.dart’; Adding VerticalCardPager With optional parameters @override Widget build(BuildContext ..

Read more