Search code examples
flutterflutter-getx

How to solve 'The function 'ApplicationBindings' isn't defined' problem?


I am new to Getx on Flutter.On Vscode,I created Getx App Structureenter image description here by clicking right mb and this error just occured.Can someone tell me how to fix this problem?


Solution

  • check that your class is extending Bindings in application_bindings.dart class. If do so just close your vscode and open it again the error will be gone.