Make sure your main.dart uses GetMaterialApp, NOT MaterialApp
void main() { runApp( GetMaterialApp( home: MyApp(), ), ); }