You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
════════ Exception caught by widgets library ═══════════════════════════════════
The following message was thrown building Builder:
"FluttermojiController" not found. You need to call "Get.put(FluttermojiController())" or "Get.lazyPut(()=>FluttermojiController())"
The relevant error-causing widget was
MaterialApp
lib\my_app.dart:114
When the exception was thrown, this was the stack
The text was updated successfully, but these errors were encountered:
before you can use the controller, you need to add it to the getx dependency injection system.
To achieve this you need to call Get.put(FluttermojiController()) in your lib\my_app.dart file's initState() method.
Code:
Error:
The text was updated successfully, but these errors were encountered: