zubairehman / flutter_boilerplate_project

A boilerplate project created in flutter using MobX and Provider.
http://zubairehman.surge.sh/
MIT License
2.26k stars 905 forks source link

test filed with error #104

Closed masreplay closed 1 year ago

masreplay commented 3 years ago

i tried to use ui test with app and it field

The following assertion was thrown running a test:
Object/factory with  type Repository is not registered inside GetIt.
(Did you accidentally do GetIt sl=GetIt.instance(); instead of GetIt sl=GetIt.instance;
Did you forget to register it?)
'package:get_it/get_it_impl.dart':
Failed assertion: line 370 pos 7: 'instanceFactory != null'
masreplay commented 3 years ago

@zubairehman ??