checkbox_formfield/pubspec.yaml

17 lines
348 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.
2024-05-27 08:05:17 +00:00
version: 0.3.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:
2024-05-27 08:05:17 +00:00
sdk: ">=3.0.0 <4.0.0"
2020-04-12 10:23:24 +00:00
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter: