Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattgraham1/FlutterCalendar
Calendar application writtern in flutter/dart.
https://github.com/mattgraham1/FlutterCalendar
android firebase flutter flutter-apps ios
Last synced: 4 days ago
JSON representation
Calendar application writtern in flutter/dart.
- Host: GitHub
- URL: https://github.com/mattgraham1/FlutterCalendar
- Owner: mattgraham1
- Created: 2018-08-20T16:35:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-07T16:13:45.000Z (about 5 years ago)
- Last Synced: 2024-08-01T12:28:53.588Z (3 months ago)
- Topics: android, firebase, flutter, flutter-apps, ios
- Language: Dart
- Size: 357 KB
- Stars: 77
- Watchers: 3
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-firebase - Flutter Calendar App - (모바일)
README
# Flutter Application
A new Flutter application implementing a simple mobile calendar app for storing basic events into Firebase cloud database.## Google Play Store Link:
https://play.google.com/store/apps/details?id=com.graham.calendar## Tools:
cron-job link: https://cron-job.org## Diagram of basic architecture
![Screenshot](events_calendar_diagram.png)## Firebase Cloud Firestore Database Tree
```
calendar_events (collection)
|
- email (field as string)
- name (field as string)
- summary (field as string)
- time (field as timestamp)users (collection)
|
|- contacts (collection)
| |
| |- contact_gifts (collection)
| | |
| | |- cost (field as number)
| | |- name (field as string)
| |- name(field as string)
|
|- email (field as string)
|- token (field as string)
```## Screen Shots:
![Screenshot1](Login.png)
![Screenshot2](events_calendar.png)