Flutter Getx Snackbar not wroking

Solution 1:

Change the MaterialApp() widget to GetMaterialApp() widget.

Solution 2:

The only reason is you are not using GetMaterialApp() widget in the starting.