-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpubspec.yaml
More file actions
49 lines (41 loc) · 892 Bytes
/
pubspec.yaml
File metadata and controls
49 lines (41 loc) · 892 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
44
45
46
47
48
49
name: excelapp2025
description: "Excel 2025 Official App."
publish_to: 'none'
version: 1.0.0+001
environment:
sdk: ^3.9.2
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
flutter_dotenv: ^6.0.0
flutter_bloc: ^9.1.1
http: ^1.5.0
google_fonts: ^6.3.2
shared_preferences: ^2.5.4
google_sign_in: ^7.2.0
firebase_core: ^4.2.1
url_launcher: ^6.3.2
in_app_update: ^4.2.3
intl: ^0.20.2
flutter_svg: ^2.0.10+1
qr_flutter: ^4.1.0
image_picker: ^1.2.1
dropdown_search: ^6.0.2
connectivity_plus: ^6.1.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.14.4
flutter_lints: ^5.0.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
- assets/logos/
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/logos/logo2025.png"
adaptive_icon_background: "F7B83F"