| name: pointer_interceptor_example |
| description: An example app for the pointer_interceptor package. |
| publish_to: 'none' |
| version: 1.0.0 |
| |
| environment: |
| sdk: ">=2.12.0 <3.0.0" |
| flutter: ">=2.10.0" |
| |
| dependencies: |
| flutter: |
| sdk: flutter |
| pointer_interceptor: |
| path: ../ |
| |
| dev_dependencies: |
| flutter_driver: |
| sdk: flutter |
| flutter_test: |
| sdk: flutter |
| integration_test: |
| sdk: flutter |
| |
| # The following section is specific to Flutter. |
| flutter: |
| |
| # The following line ensures that the Material Icons font is |
| # included with your application, so that you can use the icons in |
| # the material Icons class. |
| uses-material-design: true |