XuanTung95

Results 38 comments of XuanTung95

Same problem, after close a page, the controller will be deleted but after some delay. If open the page again before executing delete, it will later delete the controller while...

> One solution would be to add a controller variable and check if it's null => init the controller manually Still does not work with GetBuilder, after deleting the controller,...

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. Edit: tested but...

> Tested , but not works , u need to put at least 1 second delay before next navigation , then Getx will create controller again . Yes. After some...

@vrman `get-4.2.0\lib\get_navigation\src\routes\default_route.dart` You can put breakpoint on onClose() of GetXController

Fixed after downloading Nuget.exe manually and adding it to the PATH

I requested a pull request for this: [29](https://github.com/hnvn/flutter_flip_panel/pull/29)

> > > > Fix, update BackgroundLocationService.kt > > > > **Change** override fun onRequestPermissionsResult(requestCode: Int, permissions: Array?, grantResults: IntArray?): Boolean > > > > **to** > > > >...

@santhoshrao519 Dude, just post your pubspec.yaml here

@santhoshrao519 Could you upload the `pubspec.yaml` file here so I can run it in my pc?