-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
44 lines (37 loc) · 985 Bytes
/
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
name: epicture
description: Epicture
version: 1.0.0+1
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
camera: ^0.5.4
path_provider: ^1.3.0
uni_links: ^0.2.0
url_launcher: ^5.1.4
shared_preferences: ^0.5.3+4
http: ^0.12.0+2
timeago: ^2.0.20
video_player: ^0.10.2+3
overlay_support: ^1.0.0
image_picker: ^0.6.1+8
folding_cell: ^0.1.2
flutter_spinkit: ^4.0.0
cached_network_image: ^1.1.2+1
dev_dependencies:
flutter_launcher_icons: ^0.7.3
flutter_test:
sdk: flutter
flutter_icons:
ios: true
android: true
image_path_ios: "assets/launcher/icon.png"
image_path_android: "assets/launcher/icon.png"
adaptive_icon_background: "assets/launcher/background.png"
adaptive_icon_foreground: "assets/launcher/foreground.png"
flutter:
uses-material-design: true