This is a demo app made using Flutter. This app is used to demonstrate the usage of quick_actions package in flutter. quick_actions package allows us to show a popup shortcut menu in our flutter app when a user press and holds the flutter application icon. In android, it is called App shortcut and in iOS, it is called Quick Actions (3d Touch).
Step 1: Clone this repository using the following command
git clone https://github.com/abhidiwakar/quick_actions_demo.git
Step 2: Run this command
flutter pub get
Open source code in your favorite code editor. (VSCode preferred) and start editing the code as you wish.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update the tests as appropriate.