All Projects → GeekyAnts → Flatapp Firebase Flutter

GeekyAnts / Flatapp Firebase Flutter

Licence: apache-2.0
Flap App with Firebase in Flutter by GeekyAnts.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flatapp Firebase Flutter

The forge
Our groundbreaking, lightning fast PWA CLI tool
Stars: ✭ 70 (-66.35%)
Mutual labels:  firebase, mobile
Gmscore
Free implementation of Play Services
Stars: ✭ 4,356 (+1994.23%)
Mutual labels:  firebase, mobile
Flutter todo
Yet another Todo app, now using Flutter (with ScopedModel)
Stars: ✭ 94 (-54.81%)
Mutual labels:  firebase, mobile
Firebase Instagram
📸 Instagram clone with Firebase Cloud Firestore, Expo, and React Native 😁😍
Stars: ✭ 389 (+87.02%)
Mutual labels:  firebase, mobile
Pul
PÜL - A carpooling app designed for students to help each other get more involved in their community.
Stars: ✭ 152 (-26.92%)
Mutual labels:  firebase, mobile
Hc Offcanvas Nav
JavaScript library for creating toggled off-canvas multi-level navigations, allowing endless nesting of submenu elements, supporting swipe gestures, keyboard interactions and ARIA attributes.
Stars: ✭ 201 (-3.37%)
Mutual labels:  mobile
Expo
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.
Stars: ✭ 15,550 (+7375.96%)
Mutual labels:  mobile
Todo Vue
Code for YouTube series on building a Todo App in Vue.js
Stars: ✭ 199 (-4.33%)
Mutual labels:  firebase
Expo Firebase Starter
🔥⚛️📱 Expo + Firebase Starter Kit
Stars: ✭ 199 (-4.33%)
Mutual labels:  firebase
Fireadmin
Application for Managing Firebase Applications. Includes support for multiple environments and data migrations
Stars: ✭ 207 (-0.48%)
Mutual labels:  firebase
Portraitnet
Code for the paper "PortraitNet: Real-time portrait segmentation network for mobile device" @ CAD&Graphics2019
Stars: ✭ 207 (-0.48%)
Mutual labels:  mobile
Firebase Esp32
ESP32 Firebase RTDB Arduino Library
Stars: ✭ 204 (-1.92%)
Mutual labels:  firebase
Nodejs Auth
Implementation of node.js authentication with social login ✌️, user impersonation 💅, and no passport.js required 💁
Stars: ✭ 201 (-3.37%)
Mutual labels:  firebase
Firebase Admin Dotnet
Firebase Admin .NET SDK
Stars: ✭ 201 (-3.37%)
Mutual labels:  firebase
H5editor
仿易企秀类h5页面编辑工具(不再维护)
Stars: ✭ 200 (-3.85%)
Mutual labels:  mobile
Geoflutterfire
🔥GeoFlutterFire🔥 is an open-source library that allows you to store and query firestore documents based on their geographic location.
Stars: ✭ 207 (-0.48%)
Mutual labels:  firebase
Socialfishmobile
📱 🐟 An app to remote control SocialFish.
Stars: ✭ 200 (-3.85%)
Mutual labels:  mobile
Chat21 Android Sdk
Android Chat SDK built on Firebase
Stars: ✭ 204 (-1.92%)
Mutual labels:  firebase
Refire Forum
Serverless discussion forum built with React, Redux and Firebase
Stars: ✭ 206 (-0.96%)
Mutual labels:  firebase
Cordova Plugin Contacts
Apache Cordova Plugin contacts
Stars: ✭ 203 (-2.4%)
Mutual labels:  mobile

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

Features

  • Form Validation
  • Firebase Authentication

Getting Started

Note: Make sure your Flutter environment is setup.

Installation

In the command terminal, run the following commands:

$ git clone [email protected]:GeekyAnts/FlatApp-Firebase-Flutter.git
$ cd FlatApp-Firebase-Flutter/

Setup Flutter Firebase integration

Check out the documentation 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 for help getting start with your Flutter project.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].