A new open-source Flutter project from GeekyAnts that enables the developer to quickly get started with the Flutter application development. We have recreated a few screens of our famous React Native Starter Kit in Flutter!
This project is integrated with Firebase for user authentication and contains all the basic features that are required to build an amazing Flutter app.
- Form Validation
- Firebase Authentication
Note: Make sure your Flutter environment is setup.
In the command terminal, run the following commands:
$ git clone git@github.com:GeekyAnts/FlatApp-Firebase-Flutter.git
$ cd FlatApp-Firebase-Flutter/
Check out the documentation to setup Flutter Firebase integration.
In android/app
folder add your google-service.json
.
In ios/Runner
folder add your GoogleService-Info.plist
.
$ flutter run
Open the project in Xcode from ios/Runner.xcodeproj.
Hit the play button.
Run the following command in your terminal.
$ open -a Simulator
$ flutter run
Make sure you have an Android emulator installed and running.
Run the following command in your terminal.
$ flutter run