28 lines
No EOL
547 B
YAML
28 lines
No EOL
547 B
YAML
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 |