-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
89 lines (62 loc) · 1.51 KB
/
pubspec.yaml
File metadata and controls
89 lines (62 loc) · 1.51 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
name: hazebot_admin
description: HazeBot Configuration Admin Interface - Web and Android app for managing HazeBot Discord bot settings
publish_to: 'none'
version: 2025.12.17+19
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# UI Components
cupertino_icons: ^1.0.6
# HTTP Client
http: ^1.2.0
# WebSocket Client
socket_io_client: ^2.0.3+1
# State Management
provider: ^6.1.0
# Local Storage
shared_preferences: ^2.2.2
# JWT Decoding
jwt_decode: ^0.3.1
# Environment Variables
flutter_dotenv: ^5.1.0
# Dynamic Colors (Material You)
dynamic_color: ^1.7.0
# App Info
package_info_plus: ^8.0.0
# Device Info
device_info_plus: ^10.1.0
# Color Picker
flex_color_picker: ^3.4.1
# URL Launcher
url_launcher: ^6.2.0
# Deep Links / App Links
app_links: ^6.4.1
# Time Ago Formatting
timeago: ^3.6.1
# Firebase Cloud Messaging for Push Notifications
firebase_core: ^3.6.0
firebase_messaging: ^15.1.3
# Local Notifications for Foreground
flutter_local_notifications: ^18.0.1
# Image Caching
cached_network_image: ^3.3.1
# Image Picker
image_picker: ^1.0.7
# Markdown Support
flutter_markdown: ^0.7.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter:
uses-material-design: true
# Include .env file
assets:
- .env
# Add custom fonts if needed
# fonts:
# - family: Roboto
# fonts:
# - asset: fonts/Roboto-Regular.ttf