M-Ahal
M-Ahal
I am trying to get it back to life with the latest Flutter upgrades etc etc because I really like to use it in my personal project. So I will...
> I think you can just volunteer as a maintainer instead of creating a new package. Since this one has progressed quite far, why would you bother do that? >...
I'm using this for an app that would shortly be in production. So I'd be definitely vested in it.
Yes, I'd be up for it. I'd like some amount of support and reviewing of say my PRs as possible, as a sanity check?
If I replace the pane with content, then it works as expected: ```dart return NavigationView( appBar: const NavigationAppBar(), content: TextBox( placeholder: 'Name', expands: false, autofocus: true, autocorrect: false, onTap: ()...
Thanks for a quick response! Your workaround works like a charm. Maybe add Dart existing ignore by default, for the new-comers?
Yes, I also see this is issue in production for both android and iOS
@aqwert is there something left or unclear. This is a relatively small PR. I'd like to fix up something if broken. The const classes are really needed. Please lmk!