Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpbm/seshat
a simple notes app made using flutter for our mobile systems class project
https://github.com/dpbm/seshat
android dart flutter ios mobile notes-app uni-project university
Last synced: about 2 months ago
JSON representation
a simple notes app made using flutter for our mobile systems class project
- Host: GitHub
- URL: https://github.com/dpbm/seshat
- Owner: Dpbm
- Created: 2024-05-06T16:49:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T16:23:03.000Z (7 months ago)
- Last Synced: 2024-05-31T15:00:34.139Z (7 months ago)
- Topics: android, dart, flutter, ios, mobile, notes-app, uni-project, university
- Language: Dart
- Homepage: https://dpbm.github.io/seshat/
- Size: 3.89 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple notes app made using Flutter.
This project was made for our mobile systems class at [UNIVEM](https://www.univem.edu.br/). The idea was to create something simple in a couple of weeks to practice all our knowledge on mobile development.
The members of the group are:\
- [Alexandre](https://github.com/Dpbm)(me)\
- [Gabriela](https://github.com/Gsr13)\
- Hugo
## Installing
For android, you can download the apk directly [here](https://github.com/Dpbm/seshat/releases/).
However, if you use IOS or want to build an APK by your own, you must take a look at:
- [Android Build](https://docs.flutter.dev/deployment/android)
- [IOS Build](https://docs.flutter.dev/deployment/ios)