Skip to content

Instantly share code, notes, and snippets.

@lomza
Created December 29, 2023 12:50
Show Gist options
  • Save lomza/70674a14d8c6cf9256e401b99cd21322 to your computer and use it in GitHub Desktop.
Save lomza/70674a14d8c6cf9256e401b99cd21322 to your computer and use it in GitHub Desktop.
pubspec.yaml
name: infinite_scroll_sliver_list
description: Example Flutter project with infinite scrolling SliverList.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
flutter_hooks: ^0.20.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter:
uses-material-design: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment