Updated dependencies
This commit is contained in:
@ -238,6 +238,7 @@ class _FilesState extends State<Files> {
|
||||
return Future.delayed(const Duration(seconds: 3));
|
||||
},
|
||||
child: ListView.builder(
|
||||
padding: EdgeInsets.zero,
|
||||
itemCount: files.length,
|
||||
itemBuilder: (context, index) {
|
||||
CacheableFile file = files.toList()[index];
|
||||
|
Reference in New Issue
Block a user