mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Add an e2e (host-independent) test demo to testing_app (#515)
This commit is contained in:
@@ -29,6 +29,7 @@ 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),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user