13eaa0df3a
Moving to a more generic architecture Updating the analysis_options.yaml file
28 lines
No EOL
548 B
YAML
28 lines
No EOL
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 |