ViscousPot
ViscousPot
Got a fix for this if anyone still needs it, assuming you use ```dart gutterStyle: GutterStyle( textStyle: TextStyle(height: 1.5) ) ``` https://github.com/akvelon/flutter-code-editor/pull/307
Hey @shumadrid, I've recently written up a guide for setting up Obsidian Git sync on each platform. Desktop covers obsidian-git setup on Windows/MacOS/Linux and mobile covers GitSync on iOS and...
I've also been seeing this and have a guess that adding some resetOnError logic to this function might help resolve this (I'm thinking a try catch and delete the pref...
So I actually ended up burning a version number to test this and it works exactly as expected! Hope this resolves the issue for others too :) https://github.com/juliansteenbakker/flutter_secure_storage/pull/946 Make sure...
> @ViscousPot hello, thank you for your contribution. Which one of the 2 PRs do you want to be merged? Hi! Both please. But https://github.com/akvelon/flutter-code-editor/pull/307 first, because I seem to...
Just as normal in flutter https://docs.flutter.dev/cookbook/persistence/reading-writing-files
Got a fix for this if anyone still needs it, assuming you use ```dart gutterStyle: GutterStyle( textStyle: TextStyle(height: 1.5) ) ``` https://github.com/akvelon/flutter-code-editor/pull/307
@heckmon Oh wow, amazing, I don't know how I didn't come across this earlier! Definitely happy to contribute and I'm probably going to migrate my uses of this package over...
@heckmon Totally understand, thanks for the list, I'll make my way through when I have time. I think the first thing I'm actually going to focus on is adding that...
I have started a branch to solve this issue for myself. It currently supports opening any file size, but doesn't support saving edits yet. I ideally want to add a...