This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//you can remove some of the exports here and refactor the affected part of the code | |
import 'package:animated_widgets/widgets/rotation_animated.dart'; | |
import 'package:animated_widgets/widgets/shake_animated_widget.dart'; | |
import 'package:flutter/material.dart'; | |
import 'package:font_awesome_flutter/font_awesome_flutter.dart'; | |
/// [ExpandableBottomSheet] is a BottomSheet with a draggable height like the | |
/// Google Maps App on Android. | |
/// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Always to remember to import the packages | |
import 'package:action_slider/action_slider.dart'; | |
import 'package:wolt_modal_sheet/wolt_modal_sheet.dart'; | |
1.) ACTION_SLIDERS (https://pub.dev/packages/action_slider) | |
//There are many slide/swipe packages but this served my use case | |
ActionSlider.standard( | |
height: 56, | |
boxShadow: const [], |