mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
26 lines
353 B
YAML
26 lines
353 B
YAML
name: infinitelist
|
|
description: >
|
|
A sample implementation of an infinite list.
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=2.10.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
cupertino_icons: ^1.0.0
|
|
meta: ^1.1.8
|
|
provider: ^4.0.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
pedantic: ^1.9.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|