mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
316 B
19 lines
316 B
name: date_planner
|
|
description: "An iOS-style date planner."
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
version: 0.1.0
|
|
|
|
environment:
|
|
sdk: ^3.5.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.8
|
|
intl:
|
|
provider:
|
|
uuid:
|
|
|
|
dev_dependencies:
|
|
flutter_lints: ^5.0.0
|