add install date format

This commit is contained in:
Valentin CZERYBA 2024-08-08 23:57:59 +02:00
parent e12962089c
commit e0bdc7a633
2 changed files with 9 additions and 0 deletions

View File

@ -97,6 +97,14 @@ packages:
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.0.8" version: "1.0.8"
date_format_field:
dependency: "direct main"
description:
name: date_format_field
sha256: d07a428bd253454ff3123f2e57511cf6ec101d1135af3b79cebb40e1bee8bab8
url: "https://pub.dev"
source: hosted
version: "0.1.0"
dio: dio:
dependency: transitive dependency: transitive
description: description:

View File

@ -44,6 +44,7 @@ dependencies:
flutter_gemini: ^2.0.4 flutter_gemini: ^2.0.4
flutter_dotenv: ^5.1.0 flutter_dotenv: ^5.1.0
image_picker: ^1.1.2 image_picker: ^1.1.2
date_format_field: ^0.1.0
dev_dependencies: dev_dependencies:
flutter_test: flutter_test: