# FlatApp-Firebase-Flutter **Repository Path**: yohom/FlatApp-Firebase-Flutter ## Basic Information - **Project Name**: FlatApp-Firebase-Flutter - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FlatApp-Firebase-Flutter 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. # Demo ![Demo](https://github.com/GeekyAnts/FlatApp-Firebase-Flutter/raw/master/screenshots/FlatApp-TwoScreens.gif) # Features * Form Validation * Firebase Authentication ## Getting Started **Note:** Make sure your Flutter environment is [setup](https://flutter.io/getting-started/). #### Installation In the command terminal, run the following commands: $ git clone git@github.com:GeekyAnts/FlatApp-Firebase-Flutter.git $ cd FlatApp-Firebase-Flutter/ #### Setup Flutter Firebase integration Check out the [documentation](https://codelabs.developers.google.com/codelabs/flutter-firebase/#4) to setup Flutter Firebase integration. ##### For Android In `android/app` folder add your `google-service.json`. ##### For iOS In `ios/Runner` folder add your `GoogleService-Info.plist`. ##### Start your Flutter project by running the command: $ flutter run # Simulate for iOS #### Method One Open the project in Xcode from ios/Runner.xcodeproj. Hit the play button. #### Method Two Run the following command in your terminal. $ open -a Simulator $ flutter run # Simulate for Android Make sure you have an Android emulator installed and running. Run the following command in your terminal. $ flutter run ##### Check out Flutter’s online [documentation](http://flutter.io/) for help getting start with your Flutter project.