Andre Agung Purnomo

Results 2 comments of Andre Agung Purnomo

What do you mean? It has nothing to do with this package. Just add useMaterial3: true to your materialApp if you use flutter version < 3.16.

How do you start your controller? If your controller is permanent, you cant delete just Get.delete(). You need to add force:true. Instead if you add tag to your controller, you...