24 lines
503 B
YAML
24 lines
503 B
YAML
name: breakpoint
|
|
description: A Flutter plugin to calculate the material design breakpoints.
|
|
version: 1.2.0
|
|
authors:
|
|
- Flutter Community <community@flutter.zone>
|
|
- Rody Davis <rody.davis.jr@gmail.com>
|
|
maintainer: Rody Davis (@rodydavis)
|
|
homepage: https://github.com/rodydavis/plugins
|
|
repository: https://github.com/fluttercommunity/breakpoint
|
|
|
|
environment:
|
|
sdk: '>=2.12.0-259.8.beta <3.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter:
|
|
|