mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-01-17 23:59:32 +00:00
chore: update flutter and dependencies
This commit is contained in:
parent
06694f5f0b
commit
a520136e01
80 changed files with 7701 additions and 9141 deletions
|
|
@ -49,7 +49,7 @@ Raw<ValueNotifier<double>> playerExpandProgressNotifier(
|
|||
double playerHeight(
|
||||
Ref ref,
|
||||
) {
|
||||
final playerExpandProgress = ref.watch(playerExpandProgressNotifierProvider);
|
||||
final playerExpandProgress = ref.watch(playerExpandProgressProvider);
|
||||
|
||||
// on change of the playerExpandProgress invalidate
|
||||
playerExpandProgress.addListener(() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue