-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpubspec.yaml
53 lines (48 loc) · 1.06 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
name: at_dude
description: atDude App
version: 1.0.3+6
environment:
sdk: ">=2.12.1 <3.0.0"
dependencies:
at_app_flutter: ^5.0.0
at_client_mobile: ^3.2.0
at_contacts_flutter: ^4.0.5
at_utils: ^3.0.9
at_onboarding_flutter: ^5.0.0
audioplayers: ^1.0.1
badges: ^2.0.2
flutter:
sdk: flutter
flutter_dotenv: ^5.0.2
flutter_local_notifications: ^9.4.0
glass: ^1.0.1+1
google_fonts: ^3.0.1
path_provider: ^2.0.5
provider: ^6.0.2
shared_preferences: ^2.0.15
showcaseview: ^1.1.7
stop_watch_timer: ^1.3.1
timezone: ^0.8.0
uuid: ^3.0.6
workmanager: ^0.5.0
dependency_overrides:
at_client_mobile:
git:
url: https://github.com/atsign-foundation/at_client_sdk
ref: hotfix/get-atsign-return-null
path: at_client_mobile
dev_dependencies:
flutter_launcher_icons: ^0.9.3
flutter_lints: ^1.0.0
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- .env
- assets/images/
- assets/audios/
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/dude_icon.png"