-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (24 loc) · 715 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (24 loc) · 715 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
name: smart_serve
description: SmartServe - Intelligent Queue Management System
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# ADD THESE LINES (Indentation matters!):
cupertino_icons: ^1.0.2 # For iOS-style icons
provider: ^6.0.0 # For state management
shared_preferences: ^2.0.15 # For local storage so that the no need to login again after closing the app
dio: ^5.3.0 # For making HTTP requests to the backend API
intl: ^0.19.0 # For date and time formatting
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/images/