IlyaMax
IlyaMax
@ericf-br at least there is one work around you can use: navigate to concrete tab you want with something like bloc/cubit/valuenotifier. And then navigate to concrete screen via tab beamer...
@NeroThroN Hello, your example is very good, but there are some cases which I think should be included also. Pls read this issue https://github.com/slovnicki/beamer/issues/542 . I don't find in this...
Actually I think that in some cases pathPatterns could be not required but instead routeInformation could be made required and if pathPatterns is not specified these patterns should be equal...
But what if it would be accessible in when/map/etc but we could NOT create instance of it? Again for events it looks not bad, but maybe I miss something
I mean generator looks for constructors names with _ and instead of creating `when(_union: ..., _union2: ...)` it generates`when(union: ..., union2: ...)`
@rrousselGit I understand that some api will leak but at least we could forbid the construction of models. So we could create instances of models within library only
Yeap, thx, I think that's enough for my case
Why is this done not on dart side, if you want this to be on both ios/android?
@bartekpacia I've made simple function and written tests for it. Why you think that big changes is bad in this case? It doesn't break the api as I understand. ```...
hello @adar2378 , it is a bad practise as I know to pass context into widgets because it's passed by default using element tree. or explain pls a purpose of...