date_field/example/pubspec.yaml

28 lines
548 B
YAML
Raw Permalink Normal View History

2021-01-22 18:38:04 +00:00
name: example
description: A simple Flutter project demonstrating how to use the Date Field package
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
2021-01-22 18:38:04 +00:00
dev_dependencies:
flutter_test:
sdk: flutter
date_field:
path: ../
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.3
2021-01-22 18:38:04 +00:00
flutter:
uses-material-design: true