vrman
vrman
same issue here , and there is no solution to fix this correctly
> Not tested but I think it could be fixed by deleting the controller on onDispose(). Then hopefully it will not auto-delete the controller when re-open the page. Tested ,...
@XuanTung95 cant find your code in default_route.dart , what is your getx version ?
i remove Getx from my project its not stable , and going to riverpod . there is no help after 1 year for this topic from developers. so many bug...
> hey @vrman 👋 Any news about it ? Do you have a working fullscreen button on your map ? i decided to use pure js leaflet instead using this...
> ok thanks for the answer @vrman 👌 > > Would you mind giving an example showing how you got pure js leaflet working with vue3 ? I can't find...
same here , flutter 3
fixed this by update build.gradle to : classpath 'com.android.tools.build:gradle:7.2.0' and gradle-wrapper.properties to : distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
Any update on this ?
still cant get bool in queryParameters , i need bool.parse to convert string to bool , is this possible to make queryParameters getter to ?