zxenonx / flutter-firebase-crud-app

Flutter CRUD application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Firebase CRUD App

Introduction

This is a sample application with normal create, read, update, delete functionality using Flutter framework. Firebase will be used to store all the created data.

Prequisite

  1. Flutter 0.5.1
  2. Dart 2.0.0
  3. Setup Firebase and retrieve google-services.json.

Getting Started

  1. For android, add google-services.json retrieved from Firebase console at android/app directory.
  2. Modify local.properties sdk.dir and flutter.dir.
  3. Execute flutter run in your workspace. That's it.

For help getting started with Flutter, view Flutter online documentation.

About

Flutter CRUD application


Languages

Language:Dart 94.7%Language:Objective-C 3.5%Language:Java 1.8%