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
E/flutter ( 3834): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: 'package:get_it/get_it_impl.dart': Failed assertion: line 251 pos 14: 'instanceFactory != null': No type Api is registered inside GetIt.
E/flutter ( 3834): Did you forget to pass an instance name?
E/flutter ( 3834): (Did you accidentally do GetIt sl=GetIt.instance(); instead of GetIt sl=GetIt.instance;did you forget to register it?)
Only DossierRepository relies on Api, so I guess the order is good. How can I debug it ?
The text was updated successfully, but these errors were encountered:
I am using last version of the plugin, and here is my main.dart file :
And I have the error :
Only DossierRepository relies on Api, so I guess the order is good. How can I debug it ?
The text was updated successfully, but these errors were encountered: