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.
- Flutter 0.5.1
- Dart 2.0.0
- Setup Firebase and retrieve google-services.json.
- For android, add google-services.json retrieved from Firebase console at android/app directory.
- Modify local.properties sdk.dir and flutter.dir.
- Execute
flutter run
in your workspace. That's it.
For help getting started with Flutter, view Flutter online documentation.