mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
chore: add gap between metadata plugin
This commit is contained in:
parent
49db82083c
commit
719229b2b7
@ -220,6 +220,9 @@ class SettingsMetadataProviderPage extends HookConsumerWidget {
|
|||||||
!pluginReposSnapshot.isLoadingNextPage,
|
!pluginReposSnapshot.isLoadingNextPage,
|
||||||
itemCount: pluginRepos.length,
|
itemCount: pluginRepos.length,
|
||||||
onFetchData: pluginReposNotifier.fetchMore,
|
onFetchData: pluginReposNotifier.fetchMore,
|
||||||
|
separatorBuilder: (context, index) {
|
||||||
|
return const Gap(12);
|
||||||
|
},
|
||||||
loadingBuilder: (context) {
|
loadingBuilder: (context) {
|
||||||
return Skeletonizer(
|
return Skeletonizer(
|
||||||
enabled: true,
|
enabled: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user