I have recreated this Flutter animation application. It has two modules 1-Animated Cards, 2- Slide Up Bottom Sheet. You can also use these modules individually. Suggest me more animations so I will add in it.
Add following dependency in pubspec.yaml file. One is for bottom_slide_bar and other one is for bar code reading(use this if you want to use bar code scanner in app).
sliding_up_panel: ^2.0.0+1
flutter_barcode_scanner: ^2.0.0
Animated Cards | Slide Up Sheet |
---|---|
MainBody | PanelBody |
---|---|
QRCodeResult Page | BarCodeResult Page |
---|---|
Faiza Farooqui