ci test
This commit is contained in:
parent
5d961be5c7
commit
939a3cedb2
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ Future<void> setupGetIt() async {
|
|||
);
|
||||
|
||||
// data sources
|
||||
// TODO: start background isolate here
|
||||
getIt.registerLazySingleton<MusicDataSource>(() => MoorMusicDataSource());
|
||||
getIt.registerLazySingleton<LocalMusicFetcher>(
|
||||
() => LocalMusicFetcherImpl(
|
||||
|
|
Loading…
Add table
Reference in a new issue