mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00

PlayerControls slider & duration are now vertical hotkey init moved to Home Player & YoutubeExplode are provided through riverpod Playback handles all things Player used to do GoRoutes are seperated from main to individual model file usePaletteColor bugfix occuring for before initilizing mount
5 lines
200 B
Dart
5 lines
200 B
Dart
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
|
import 'package:youtube_explode_dart/youtube_explode_dart.dart';
|
|
|
|
final youtubeProvider = Provider<YoutubeExplode>((ref) => YoutubeExplode());
|