-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
86 lines (72 loc) · 1.72 KB
/
pubspec.yaml
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
name: codelessly_sdk
description: Codelessly CloudUI™ - Server-driven UI for Flutter. Supercharge your Flutter apps with dynamic UI and real-time updates. Build and publish UI without code!
version: 6.2.0
homepage: https://codelessly.com/
repository: https://github.com/Codelessly/CodelesslySDK
environment:
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"
platforms:
android:
ios:
linux:
macos:
web:
windows:
dependencies:
flutter:
sdk: flutter
# Codelessly
codelessly_api: 4.4.0
codelessly_json_annotation: 4.9.0+2
# Firebase
firebase_core: ^3.9.0
firebase_auth: ^5.3.4
cloud_firestore: ^5.6.0
firebase_ui_firestore: ^1.7.0
google_fonts: ^6.2.1
# Core Flutter
collection: '>=1.17.0 <2.0.0'
http: '>=1.1.2 <2.0.0'
intl: '>=0.17.0 <1.0.0'
logging: ^1.3.0
meta: ">=1.9.0 <2.0.0"
shared_preferences: ^2.3.4
url_launcher: ^6.3.1
webview_flutter: ^4.10.0
webview_flutter_android: ^4.2.0
webview_flutter_wkwebview: ^3.16.3
webview_flutter_web: ^0.2.3+4
web: ^1.1.0
# 3rd Party Core Framework
equatable: ^2.0.7
vector_math: ^2.1.4
provider: ^6.1.2
uuid: ^4.5.1
flutter_svg: ^2.0.16
# File and Image
path: ^1.9.0
path_provider: ^2.1.5
# Storage and Caching
hive_ce: ^2.8.0+2
hive_ce_flutter: ^2.1.0
# JSON
json_path: ^0.7.4
rfc_6901: ^0.2.0 # JSON pointer spec
jwt_decoder: ^2.0.1
# Project UI
flutter_animation_progress_bar: ^2.3.1
dev_dependencies:
flutter_test:
sdk: flutter
codelessly_json_serializable: 6.8.0
build_runner: ^2.4.14
flutter_lints: ^5.0.0
flutter:
uses-material-design: true
assets:
- assets/codelessly_logo.png
false_secrets:
- /lib/src/constants.dart
- /lib/src/firebase_options_prod.dart
scripts: scripts.yaml