chore: add gap between metadata plugin

This commit is contained in:
Kingkor Roy Tirtho 2025-09-08 16:30:10 +06:00
parent 49db82083c
commit 719229b2b7

View File

@ -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,