deepss1

Results 9 comments of deepss1

> > I found this, maybe we stuck in this case: > > ![image](https://user-images.githubusercontent.com/24253421/59337573-14961100-8d2b-11e9-9ff1-cb962192944d.png) > > Detail [here](https://flutter.dev/docs/development/tools/hot-reload#limitations) > > As @duytq94 said, neither hot-reload and setState are possible to...

It will be really helpful to me and to others if you can share your piece of code where you render IntroSlider. I have completely moved initState computation in build...

Duplicate of #2834

> You can currently use BackButtonListener() as a temporary alternative, like this > > ```dart > BackButtonListener( > onBackButtonPressed: () { > var routePath = Get.currentRoute; > if (routePath ==...

> Related to https://github.com/flutter/flutter/issues/138614 Thanks for your time to look into the issue. However, even if the `WillPopScope` is retained, can we fix the `PopScope` in some way ? 🫣...

@paulsam1016 I am also facing the same issue. Were you able to find any workaround or a solution to this ? Thanks

> Hi @deepss1 > > The problem has been identified and a new version will be released in the next few days. > > From version 6.9 to 7.0, the...

> @deepss1 > > Version 8.0.0 released. > > Take the tests and report the results. Sure, I will be testing it out soon with iOS and share the results.

> @miguelmobilat @iquirino @alaincruz06 my team and I were struggling with the same problem, and the solution we came to, was using Kotlin version 1.8.0 (same as the `smarth_auth: 2.0.0`)...