1
0
mirror of https://github.com/flutter/samples.git synced 2026-05-21 06:26:29 +00:00

refactor: remove outdated package directories from dependabot config (#2844)

This commit is contained in:
Eric Windmill
2026-05-18 10:51:37 -07:00
committed by GitHub
parent 22b36f803e
commit 7f2fc7028d
5 changed files with 10 additions and 197 deletions

View File

@@ -30,7 +30,6 @@ class HomePage extends StatelessWidget {
),
body: ListView.builder(
itemCount: 100,
cacheExtent: 20.0,
controller: ScrollController(),
padding: const EdgeInsets.symmetric(vertical: 16),
itemBuilder: (context, index) => ItemTile(index),