Skip to content

rainy-windy/contactlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact List App'22

Test App

Prerequisites

Foundation

1. Android Studio >= 2020.3.1
2. Flutter = 2.5.2-stable + Null-safety enabled

Tools - Simulators\Browsers\Ports

1. Android Studio AVD with API >= 30, preferrably using Google Pixel 4.

Dependencies (external)

None

Accounts

None - not required

Instructions

Install\Pre-launch Project

On terminal, run the following command at the project's root folder (~/contactlist)
flutter clean
flutter pub get    

Launch Project

For emulators with Google Play

Run the following command at the project's root folder (~/contactlist) on terminal (after emulator is launched)
flutter run --verbose    
Alternatively if using VS Code (after Android emulator is launched)
  1. Open up main.dart file
  2. On the top-right corner, a Play button in a form of triangular arrow should appear in the filetabs-bar
  3. Click on the dropdown arrow on the right-side of the Play button
  4. Select Run Without Debugging

Branches

Branching & Releases

NIL - this only a demo

Merge Requests

NIL

Features on UI

Interactive Component
  • List contacts
  • Add contact
  • Edit contact
  • Delete contact
  • Fav contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages