From eefdb0583103d8b854459d2d70c88e2a6672122f Mon Sep 17 00:00:00 2001 From: Hrithik Tiwari Date: Wed, 15 Apr 2020 00:57:23 +0530 Subject: [PATCH] Updated Readme.md Added sections Purpose, Usages and Scope --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 413b5ff..90b8b1c 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,20 @@ Firebase will be used to store all the created data. 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](https://flutter.io/). +## Purpose +- To demonstrate the database management using firebase +- Besides a good UI developed using flutter, your application should be functional and be used to store data effectively on the cloud +## Usages +- This can be used in various domains of flutter project, CRUD operations are always a basic functionality which creates other functionalities for your application +- Your application can use these to showcase various commercial applications +## Scope +- Be used in all major applications management for commercial purposes