-
Notifications
You must be signed in to change notification settings - Fork 5
/
pubspec.yaml
57 lines (46 loc) · 1.04 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
name: flutter_bloc_base
description: Flutter application with Bloc Architecture
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.10.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# Lint rule
pedantic: ^1.9.2
equatable: ^1.2.5
# Resource localizations
flutter_localizations:
sdk: flutter
intl: ^0.17.0-nullsafety.2
cupertino_icons: ^1.0.1
flutter_bloc: ^6.1.0
shared_preferences: 0.5.12+4
sqflite: ^1.3.2+1
permission_handler: ^5.0.1+1
connectivity: ^2.0.2
carousel_slider: ^2.3.1
cached_network_image: ^2.5.0
http: 0.12.2
shape_of_view: 1.0.2
dev_dependencies:
flutter_test:
sdk: flutter
bloc_test: ^7.1.0
mockito: ^4.0.0
integration_test: ^1.0.0
json_serializable: ^3.4.0
build_runner: ^1.10.0
flutter:
uses-material-design: true
# Generation resource
generate: true
assets:
- assets/images/
fonts:
- family: Muli
fonts:
- asset: assets/fonts/Muli-Bold.ttf
- asset: assets/fonts/Muli-SemiBold.ttf
- asset: assets/fonts/Muli-Regular.ttf