date_field/example/pubspec.yaml

28 lines
547 B
YAML
Raw 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.7.0 <3.0.0"
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.2
flutter:
uses-material-design: true