GitXplorerGitXplorer
s

Flutter-Starter-Template

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
53b6bf9c76cd550529dddfd2493d886e6a291713

Add how to run and features sections to Readme

sshruti222patel committed 4 years ago
Unverified
e4555c8c6f913d310e30dd859c4713433c95b8f2

Initial commit

sshruti222patel committed 4 years ago

README

The README file for this repository.

Flutter Starter Template

A starter template for flutter based phone apps.

Features

Done

  • Add phone permissions library

To Do

  • Add contacts libary
  • Add sms capability
  • Add social login

Run Apps

  1. Install flutter.
    • Run flutter doctor to ensure you have the necessary iOS & android libraries to run simulators.
  2. Clone this repo.
  3. cd into the root dir of the repo.
  4. flutter run to build and run the app.
    • Type 0 to run the android simulator.
    • Type 1 to run the iPhone simulator.

Getting Started

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.