Initial commit
This commit is contained in:
parent
32e425f961
commit
e94d583b8b
67 changed files with 2516 additions and 698 deletions
7
lib/providers/ytmusic_provider.dart
Normal file
7
lib/providers/ytmusic_provider.dart
Normal file
|
@ -0,0 +1,7 @@
|
|||
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||
import 'package:riverpod_annotation/riverpod_annotation.dart';
|
||||
import 'package:dart_ytmusic_api/yt_music.dart';
|
||||
part "ytmusic_provider.g.dart";
|
||||
|
||||
@riverpod
|
||||
Future<YTMusic> ytmusic(Ref ref) async => YTMusic().initialize();
|
Reference in a new issue