mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45: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,
|
||||
itemCount: pluginRepos.length,
|
||||
onFetchData: pluginReposNotifier.fetchMore,
|
||||
separatorBuilder: (context, index) {
|
||||
return const Gap(12);
|
||||
},
|
||||
loadingBuilder: (context) {
|
||||
return Skeletonizer(
|
||||
enabled: true,
|
||||
|
Loading…
Reference in New Issue
Block a user