mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-08 08:17:31 +00:00
Compare commits
1 Commits
b38ab70b90
...
dd209a5171
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd209a5171 |
@ -71,7 +71,6 @@ class LogsPage extends HookConsumerWidget {
|
||||
),
|
||||
)
|
||||
],
|
||||
child: SafeArea(
|
||||
child: switch (logsQuery) {
|
||||
AsyncData(:final value) => InterScrollbar(
|
||||
controller: controller,
|
||||
@ -98,7 +97,6 @@ class LogsPage extends HookConsumerWidget {
|
||||
},
|
||||
_ => const Center(child: CircularProgressIndicator()),
|
||||
},
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@ -1221,7 +1221,7 @@ packages:
|
||||
description:
|
||||
path: "."
|
||||
ref: main
|
||||
resolved-ref: "01935a75640092af7947bfb21a497240376f0c83"
|
||||
resolved-ref: "52cd25a12c1af6a8819963d222026539e8537586"
|
||||
url: "https://github.com/KRTirtho/hetu_spotube_plugin.git"
|
||||
source: git
|
||||
version: "0.0.1"
|
||||
|
||||
@ -56,7 +56,7 @@ dependencies:
|
||||
flutter_feather_icons: ^2.0.0+1
|
||||
flutter_form_builder: ^9.6.0
|
||||
flutter_hooks: ^0.20.5
|
||||
flutter_inappwebview: ^6.1.5
|
||||
flutter_inappwebview: ^6.1.3
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
flutter_native_splash: ^2.4.6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user