name: two_dimensional_examples
description: 'A sample application that uses TableView and TreeView'
publish_to: 'none'

# The following defines the version and build number for your application.
version: 2.0.0

environment:
  sdk: ^3.6.0
  flutter: ">=3.27.0"

dependencies:
  flutter:
    sdk: flutter
  two_dimensional_scrollables:
    path: ../

dev_dependencies:
  flutter_test:
    sdk: flutter

# The following section is specific to Flutter packages.
flutter:
  uses-material-design: true