A starter template for flutter based phone apps.
- Add phone permissions library
- Add contacts libary
- Add sms capability
- Add social login
- Install flutter.
- Run
flutter doctor
to ensure you have the necessary iOS & android libraries to run simulators.
- Run
- Clone this repo.
-
cd
into the root dir of the repo. -
flutter run
to build and run the app.- Type
0
to run the android simulator. - Type
1
to run the iPhone simulator.
- Type
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.