https://github.com/getraid/simple-diary
A simple diary to work out how flutter works
https://github.com/getraid/simple-diary
Last synced: about 1 year ago
JSON representation
A simple diary to work out how flutter works
- Host: GitHub
- URL: https://github.com/getraid/simple-diary
- Owner: getraid
- License: mit
- Created: 2020-04-12T01:47:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T22:08:19.000Z (almost 6 years ago)
- Last Synced: 2025-01-04T05:19:23.290Z (about 1 year ago)
- Language: Dart
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple diary
A new Flutter project, to learn about app development.
Nothing special, just wondered myself how flutter worked and wanted to try it 😊
## Screenshots


## What is this
This is just a simple diary app (or at least that is what I was aiming for)
The code is messy because I just hacked it together, without looking into the docs as much. So don't blame me (please...)
## Why a diary?
no reason, really. I just needed a test project 👀
# Setup
My current setup is the exact same as described on the Flutter docs with VSCode.
If you want to look into this project, you need to set it up [like this](https://flutter.dev/docs/get-started/install).
and then clone this repo with `git clone https://github.com/getraid/simple_diary.git`.
Open the `simple_diary` folder in VSCode or in any other editor and run the debugger, which should start your previously made Android VM with the app running.