-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
56 lines (45 loc) · 1.16 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
name: best_wordpress_sites
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# Firebase
firebase_core: ^1.4.0
firebase_analytics: ^8.2.0
# Service locator
get_it: ^7.2.0
# Bloc for state management
flutter_bloc: ^7.1.0
# Value equality
equatable: ^2.0.3
# UI
cached_network_image: ^3.1.0
# Utilities
bmcommons: ^0.0.1+32
url_launcher: ^6.0.9
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.0.13
bloc_test: ^8.1.0
build_runner: ^2.0.6
flutter:
uses-material-design: true
assets:
- assets/icons/
fonts:
- family: OpenSans
fonts:
- asset: assets/fonts/OpenSans-Regular.ttf
- asset: assets/fonts/OpenSans-SemiBold.ttf
weight: 600
- asset: assets/fonts/OpenSans-Bold.ttf
weight: 700
- asset: assets/fonts/OpenSans-ExtraBold.ttf
weight: 900