3a71cca202
Move logging code to its own folder
2021-07-30 14:39:13 +02:00
7fa67497bb
Split Settings into StorageConfig
2021-07-26 21:53:44 +02:00
d6e2f09a72
Move all settings code to its own folder
...
Jumping around between the widgets / screens and outside is bit
confusing. Also this way, I can add the stories right here.
2021-06-05 12:23:28 +02:00
30b9a850d4
Move utils file to utils folder
2021-06-04 18:59:58 +02:00
bc0476ce62
IAP: Move all the code to one folder
...
It's confusing to have it sprawled across the widgets and screens and
base folder.
2021-06-03 13:48:46 +02:00
9acf3d15f6
null safety++
2021-06-02 09:40:53 +02:00
190dae6f09
Null Safety++
...
This is exhausting
2021-05-27 13:41:34 +02:00
be0edd018e
Add dashbook
...
This will hopefully make development easier as the different screens can
be worked on more easily. This isn't perfect as the providers don't
work, but it's a start.
2021-05-07 12:55:01 +02:00
9035fef844
AppRoute: Add the routes to const variables
...
Just makes it easier to make sure there are no mistakes
2021-05-07 12:17:34 +02:00
d008f0d982
First version of dart migrate
...
Most of the files haven't been migrated. Lets work on this bit by bit
2021-04-10 22:18:35 +02:00
da193801ed
Remove superflous logs
2021-03-03 20:41:10 +01:00
130f2fe9a0
Rename Repository => GitJournalRepo
...
Repository is too vague of a word and it gets me confused with the Git
Repository. Also shorterned Repository to Repo. It's easier to read and
write.
2021-02-15 22:28:53 +01:00
60ae75c3cc
Add a signup screen
2020-11-19 12:20:47 +01:00
909803aa8e
Add an experimental Login page
...
Code adapted from https://github.com/TheAlphamerc/flutter_login_signup
2020-11-18 16:25:39 +01:00
e873f1f4e2
Fix sharing to the app
...
It's super hacky, but since I broke it, I just want to first fix it, and
later I'll try to make it nicer.
2020-11-10 18:24:43 +01:00
9fd24169c8
Fix sharing to GitJournal
...
Fixes #293
2020-11-09 12:56:20 +01:00
43206219da
Merge AppState into Repository
...
The 'AppState' was more of a Repository state, and it's easier if it
lives inside the Repository class.
2020-10-23 02:01:45 +02:00
770394a8f9
Rename StateContainer to Respository
2020-10-23 01:38:47 +02:00
f1ccae1db0
Split App into AppRouter
...
There is way too much code in this file, and it makes it difficult to
test and reason about. Lets start simplifying this huge class.
2020-10-22 23:22:40 +02:00