1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-22 04:17:50 +00:00

revives date_planner (#2593)

This commit is contained in:
Eric Windmill
2025-03-05 08:50:05 -05:00
committed by GitHub
parent 70042fcfbf
commit b1f8fa57b5
57 changed files with 2187 additions and 6 deletions

18
date_planner/pubspec.yaml Normal file
View File

@@ -0,0 +1,18 @@
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.7.0
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
intl:
provider:
uuid:
dev_dependencies:
flutter_lints: ^5.0.0