-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
48 lines (43 loc) · 968 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
45
46
47
48
name: haven_app
description: A Very Good Project created by Very Good CLI.
version: 1.0.0+1
publish_to: none
environment:
sdk: '>=3.4.3 <4.0.0'
dependencies:
bloc: ^8.1.3
cached_network_image: ^3.3.1
collection: ^1.18.0
cupertino_icons: ^1.0.8
device_info_plus: ^10.1.0
equatable: ^2.0.5
flutter:
sdk: flutter
flutter_bloc: ^8.1.4
flutter_localizations:
sdk: flutter
http: ^1.2.1
hydrated_bloc: ^9.1.5
intl: ^0.19.0
path_provider: ^2.1.3
permission_handler: ^11.3.1
share_plus: ^9.0.0
url_launcher: ^6.3.0
dev_dependencies:
bloc_test: ^9.1.6
flutter_test:
sdk: flutter
mocktail: ^1.0.3
msix: ^3.16.7
very_good_analysis: ^5.1.0
flutter:
uses-material-design: true
generate: true
msix_config:
display_name: Haven App
publisher_display_name: odawara.dev
store: false
identity_name: br.com.odawara.havenapp
msix_version: 1.0.0.1
architecture: x64
capabilities: internetClient, picturesLibrary