JeanPSF

Results 9 comments of JeanPSF

Extremely useful feature. Is it going to be merged?

@letsar I am not sure this is enough, if you take a look at his screenshot, it has the radius to the opposite side. I am having the same problem,...

Any news about that? I am pretty sure it is a very interesting feature.

I achieve what you want by creating a listener to the router context. `context.router.addListener(checkBeingActivatedRoute);` ``` Future checkBeingActivatedRoute() async { final activeRoute = RoutesCore.retrieveContextListenerBeingActivatedRoute(context); switch(activeRoute){ .... } } ```

Would be nice if it is.

Maybe same as #11367 ? I could solve it, in my case (same error). Check #11367 to see if helps you.

I had the same problem, but, when trying to run the project (which asked me to update cocoapods), I had the following error. * changed the constraints of dependency `GTMAppAuth`...

I could solve it by right clicking the terminal, checking his info as "use rosetta", opening it, running "pod repo update" and 'arch -x86_64 pod install' after flutter clean and...

Same problem here, it doesn't find an image inside the 'assets' folder from my project or passing a link from the web ([https://78.media.tumblr.com/1d710c53dddcd114b42e4781fa1c52cf/tumblr_inline_mi3fpcf9fz1roozkr.png]). `let base64img = await this.base64.encodeFile('https://78.media.tumblr.com/1d710c53dddcd114b42e4781fa1c52cf/tumblr_inline_mi3fpcf9fz1roozkr.png');`