date_field/example/pubspec.yaml
Gaspard Merten 13eaa0df3a Fixing label & hint style issues
Moving to a more generic architecture
Updating the analysis_options.yaml file
2021-09-22 20:06:57 +02:00

28 lines
548 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.12.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.3
flutter:
uses-material-design: true