mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
5 lines
190 B
Dart
5 lines
190 B
Dart
import 'package:palette_generator/palette_generator.dart';
|
|
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
|
|
|
final paletteProvider = StateProvider<PaletteGenerator?>((ref) => null);
|