19 Commits

Author SHA1 Message Date
eac9857c17 Persist onBoardingCompleted 2019-01-10 13:22:21 +01:00
4bb02b12d6 Hookup the Journal app to git
Now notes are saved in the git repo, and immediately synced. This is not
the best implementation, as the notes are being reloaded a lot, and
the error handling is terrible (I miss golang). But it's the first
working poc.
2019-01-09 12:55:53 +01:00
c8e7ef1671 Add a new Git app for testing the git commands 2019-01-07 10:44:52 +01:00
b6c38dde3c Use an InheritedWidget instead of passing the callbacks
This simplifies the code quite a bit, at the cost of using this
strange flutter magic of an 'InheritedWidget'.

It basically make a class a global variable.
2018-05-24 12:33:46 +02:00
0cb36b2981 Make the state global and connect the add note screen
This is a huge work in progress, but it finally seems to kinda work.
2018-05-21 16:51:29 +02:00
40caa985d7 Split the JournalList into its own file
This way the widgets are separate
2018-05-20 11:35:44 +02:00
8adfb776d0 Split NoteViewer into another file 2018-05-17 18:28:20 +02:00
469e25b08f Pass the correct note to the viewer 2018-05-17 17:59:36 +02:00
d2af7534cc Note Json now has a body 2018-05-17 17:59:21 +02:00
0230ed50f5 Move Editor to its own file 2018-05-17 17:59:09 +02:00
fdc07ee94e Show the actual date and time 2018-05-17 17:25:13 +02:00
f3165c2eec Load the notes from the server 2018-05-17 17:18:11 +02:00
173682f40f Make the state explicit 2018-05-17 16:26:18 +02:00
79617f155a Add a very simple text editor 2018-05-15 18:25:52 +02:00
017f6d25c7 Add a screen to show a journal entry 2018-05-15 16:49:36 +02:00
7b2d27ebf6 JournalList doesn't have any internal state 2018-05-15 16:20:53 +02:00
44b54bdc36 Add a simple journal list 2018-05-15 16:17:09 +02:00
27023eec84 Implement first tutorial of startup names 2018-05-13 07:38:17 +02:00
72712bd4de Initial import from 'flutter create' 2018-05-12 18:45:42 +02:00