checkbox_formfield/pubspec.yaml

19 lines
382 B
YAML
Raw Normal View History

2020-04-12 10:23:24 +00:00
name: checkbox_formfield
description: This package contains checkbox widgets that can be used as FormField for Flutter beginners.
2022-01-02 10:08:47 +00:00
version: 0.2.0
2020-04-12 10:23:24 +00:00
homepage: https://reidha.github.io/
repository: https://github.com/reidha/checkbox_formfield
2020-04-12 10:23:24 +00:00
environment:
2021-08-17 11:48:08 +00:00
sdk: '>=2.12.0 <3.0.0'
2020-04-12 10:23:24 +00:00
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter: