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,
itemCount: pluginRepos.length,
onFetchData: pluginReposNotifier.fetchMore,
separatorBuilder: (context, index) {
return const Gap(12);
},
loadingBuilder: (context) {
return Skeletonizer(
enabled: true,