Ivan Danyliuk
Ivan Danyliuk
@iandis the question is whether Get.to() can automatically choose the nearest navigator. Desktop: RootNavigator - Navigator1 - Navigator2 - `Get.to()` call Mobile: RootNavigator - Navigator1 - `Get.to()` call How to...
Any news on the fork? Package is great, and needs a bit of love.
I'd love to work on this task, as it would be a good opportunity to better familiarize with a high-level code and services' organization. > No goroutine should be started...
Okay, I started testing example code, and it worked. so I figure out that it was my mistake – I put `controller.selectIndex()` into the `build()` method 🤦 While we here,...
Still puzzled how to init values in this use case.. So my initial code (the one that broken deselect feature) was: ```dart class MyField extends StatelessWidget { MyField({Key? key}) :...
> You can raise FormBuilder to a higher level Hmm, not sure I got how to do this. @Frezyx don't want to steal your time here. so the last question...
In my opinion that's should be the default behaviour. I.e. disabled button clearly indicates that the form is yet to complete, but fields' error boxes aren't screaming about fields that...
@akinsho totally agree. I'll try to work a bit on toggling. So far my understanding is that split and tabs modes are quite different. Split mode should be identical to...
@akinsho would it be possible to add suggested log toggling solution out of the box for split buffers (i.e. not tabs) only? I think it's safe to assume that most...
@akinsho I'd love to contribute, but I don't have capacity to learn neovim internals and lua right now, just to make this work. :/ Take your time, find co-maintainer or...