name: table_view_example | |
description: 'A sample application that uses TableView' | |
publish_to: 'none' | |
# The following defines the version and build number for your application. | |
version: 1.0.0+1 | |
environment: | |
sdk: '>=3.1.0 <4.0.0' | |
flutter: ">=3.13.0" | |
dependencies: | |
flutter: | |
sdk: flutter | |
two_dimensional_scrollables: | |
path: ../ | |
dev_dependencies: | |
flutter_lints: ^2.0.0 | |
flutter_test: | |
sdk: flutter | |
# The following section is specific to Flutter packages. | |
flutter: | |
uses-material-design: true |