-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
43 lines (34 loc) · 973 Bytes
/
pubspec.yaml
File metadata and controls
43 lines (34 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: taskflow_app
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.10.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# --- Firebase ---
firebase_core: ^3.6.0
firebase_auth: ^5.3.1
cloud_firestore: ^5.4.4
# --- Architecture & State ---
flutter_riverpod: ^2.6.1 # State Management
freezed_annotation: ^2.4.4 # Data Class Generator
json_annotation: ^4.9.0 # JSON Parsing
# --- AI & Utilities ---
google_generative_ai: ^0.4.0 # Official Gemini SDK
uuid: ^4.5.1 # For generating IDs locally
intl: ^0.19.0 # Date formatting
# --- UI ---
cupertino_icons: ^1.0.8
http: ^1.6.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
# --- Code Generation ---
build_runner: ^2.4.12 # Required to run the generator
freezed: ^2.5.7
json_serializable: ^6.8.0
flutter:
uses-material-design: true