14 Commits

Author SHA1 Message Date
c3e7a9ffd7 lint: Add avoid_void_async 2021-11-17 18:10:59 +01:00
7e0a77ace3 Fix many cases of 'avoid-ignoring-return-values'
Now that dart-code-metrics has been updated, this lint can finally be
used. So far all of these are false positives, in the sense that I don't
care about their return values.

I wish there was an easy way of marking functions whose return value
shouldn't ever be ignored.
2021-09-27 18:39:18 +02:00
33a731a3d7 Add reuse licensing to files in lib 2021-09-15 13:06:43 +02:00
455844e9b0 LocaleKeys++ 2021-08-26 13:54:39 +02:00
3a71cca202 Move logging code to its own folder 2021-07-30 14:39:13 +02:00
2505d00dfb Replace dart:io with universal_io
Platform from dart:io cannot be used on the web for reasons. And this
way we get a fake File/Directory class which we can use for atleast
running the web version, even if it won't work.
2021-07-30 11:39:26 +02:00
30b9a850d4 Move utils file to utils folder 2021-06-04 18:59:58 +02:00
4632dc40b9 Split NoteEditor types into its own file
NoteEditor still hasn't been migrated to null safety
2021-05-25 10:16:59 +02:00
34ff6ee843 Auto format includes 2021-05-06 15:15:44 +02:00
38dbf8453c cleanup 2021-05-03 19:26:54 +02:00
52ab2b0c3d Resolving file links 2021-05-03 19:18:42 +02:00
d24d921054 finding the linked note 2021-05-03 18:49:35 +02:00
6996dcffff image viewer for .org files 2021-04-25 12:52:03 +02:00
c05e81db4f org link handler 2021-04-23 14:35:56 +02:00