-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
59 lines (52 loc) · 1.42 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
name: webtoapp
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.1.2 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
firebase_core: ^2.16.0
firebase_remote_config: ^4.2.6
firebase_analytics: ^10.5.0
firebase_messaging: ^14.6.8
connectivity_plus: ^4.0.2
shared_preferences: ^2.2.1
cached_network_image: ^3.3.0
flutter_cache_manager: ^3.3.1
google_fonts: ^6.1.0
flutter_inappwebview: ^6.0.0-beta.25
url_launcher: ^6.1.14
flutter_local_notifications: ^15.1.1
google_mobile_ads: ^3.0.0
in_app_review: ^2.0.6
permission_handler: ^11.0.0
uni_links: ^0.5.1
# Flutter svg 2.0.7 does not have DefaultSvgTheme because it inadvertantly got dropped.
# Latest version 2.0.8 has DefaultSvgTheme but it is not published yet.
# We will get this package directly from github until then.
# flutter_svg: ^2.0.8
flutter_svg:
git:
url: https://github.com/dnfield/flutter_svg.git
path: packages/flutter_svg
ref: master # branch name
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_launcher_icons: ^0.13.1
flutter_native_splash: ^2.3.2
flutter:
uses-material-design: true
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/icon/icon.png"
flutter_native_splash:
color: "#ffffff"
image: assets/image/splash.png
android_12:
image: assets/image/splash.png