1. Android Studio >= 2020.3.1
2. Flutter = 2.5.2-stable + Null-safety enabled
flutter clean
flutter pub get
Run the following command at the project's root folder (~/contactlist) on terminal (after emulator is launched)
flutter run --verbose
- Open up main.dart file
- On the top-right corner, a Play button in a form of triangular arrow should appear in the filetabs-bar
- Click on the dropdown arrow on the right-side of the Play button
- Select Run Without Debugging
- List contacts
- Add contact
- Edit contact
- Delete contact
- Fav contact