4f2fcb0b72
Fix flutter analyze: Add missing const
2019-12-09 02:01:24 +01:00
ad6d47ef0f
Fix dateTime to string with timezone
...
We should just use the 'timezone' dart package and not handle this
ourselves as we're probably fucking it up in other places.
This fixes #42
2019-12-09 01:56:46 +01:00
464b7512e9
Move Note and NoteFolder class into a core folder
2019-12-04 14:18:11 +01:00
69003cf0ac
Rename package from journal -> gitjournal
...
It's about time.
2019-10-07 19:30:50 +02:00
acede95536
Dart: Add analysis_options
...
For now I've mostly tried to follow the same style guide as the flutter
repository, with many options disabled. Eventually, maybe it would make
sense to be far stricter.
2019-02-13 13:08:15 +01:00
315414ae73
Fix datetime to string conversion
2019-01-15 15:35:41 +01:00
075d353447
Write the date time in iso8601 + timezone
...
This is not perfect as when parsing the datetime, we're ignoring the
timezone.
2019-01-15 15:10:43 +01:00