10 Commits

Author SHA1 Message Date
ea8cd35261 Fix deprecated methods 2023-02-09 16:00:29 +01:00
ae9228f65e Use super.key
Makes the code a bit more readable.
2022-08-25 11:32:25 +02:00
dfbbac5a27 Bump flutter_login
This required bump font awesome as well.
2022-06-29 12:12:18 +02:00
df543d38f2 Workaround IconButton splash animation appearing on the back
Workaround for https://github.com/flutter/flutter/issues/30658

Fixes #460
2021-11-09 15:54:58 +01:00
70fa16ae31 MarkdownToolbar: Handle invalid cursorPos
Fixes APP-14Y
2021-10-11 21:46:10 +02:00
c4ef1f569b Use flutter_lint
Instead of picking lint values. This way I don't need to routinely
looking at extra lints to enable.
2021-09-21 15:42:13 +02:00
33a731a3d7 Add reuse licensing to files in lib 2021-09-15 13:06:43 +02:00
ba566f5fbe MarkdownToolbar: Make it scrollable horizontally
This way it will still show properly on really really narrow screens.

Fixes #451
2021-08-02 11:05:43 +02:00
1ac0627f13 MarkdownToolbar: Make it work for selected text
Fixes #522
2021-08-02 10:40:27 +02:00
72e9de29de Move editor related code into its folder
I'm trying to separate the code based on the domain so that this code
can be easily reused in other projects
2021-07-30 11:12:00 +02:00