stjfk

Results 7 comments of stjfk

I also get a crash in profile mode after upgrading to 3.7.0. debug works but profile does not. I tried flutter clean, flutter pub cache repair, flutter pub get, dart...

> @SunlightBro Is this reproducible with the default Flutter app for you? Trying on my M1 Macbook Air, I cannot reproduce this crash default app works (profile mode) on my...

> From our experience a controller is never disposed when using `Get.put(controller)` or `Get.lazyPut(() => controller)`. If the widget creates the controller by using a `GetX` or `GetBuilder` then the...