checkbox_formfield/example/pubspec.yaml

23 lines
341 B
YAML
Raw Normal View History

2020-04-12 15:24:49 +00:00
name: checkboxformfieldexample
description: checkbox_formfield example
version: 1.0.0+1
2022-01-02 04:07:02 +00:00
publish_to: none
2020-04-12 15:24:49 +00:00
environment:
2021-08-17 11:48:08 +00:00
sdk: '>=2.12.0 <3.0.0'
2020-04-12 15:24:49 +00:00
dependencies:
flutter:
sdk: flutter
2022-01-02 04:07:02 +00:00
cupertino_icons: ^1.0.4
2020-04-12 15:24:49 +00:00
checkbox_formfield:
path: ../
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
2022-01-02 04:07:02 +00:00
uses-material-design: true