Dewey Gaedcke
Dewey Gaedcke
Is anyone working on this?? I'd be willing to help!!
I did not finish my Null Safety conversion ... I was pulled onto another project but I plan to start looking at it again unless one of you has found...
I've not heard from the author, but I've sent him a PR for a dependency and I'm working on a Null Safe migration of this package ... I should have...
I have a partial (null safety) fork over here ... I'm NOT committing to support it though ... my trig and layout skills are not up to that tasks... I...
I've not tried it……but I did just discover that the team at OpenRestyhttp://openresty.org/ have rewritten their own luasql driverhttps://github.com/agentzh/lua-resty-mysql. Not sure but you might have better luck with that one...
> Version 3.2.0 seems to solve this it seems there are 5 downvotes on this claim ... and my team is one of them Does anyone else have suggestions??
Thanks for the response Remi!! There are two points here: 1. I was referring to the ABSENCE of "final" in front of: Provider _authBlocProvider;; will that break anything with Riverpod?...
Another area in which the docs are a bit contradictory About "Provider", you say: "Provider is the most basic of all providers. It exposes an object that **never changes**." And...
Another docs issue: Doc text say NOT to "read()" a provider within another provider. But this diagram contradicts that rule. 
I'm also confused by this image ... if I'm NOT inside a build method, from where do I get the context?? Yes, I could use a stateful Widget, but a...