-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
40 lines (35 loc) · 844 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
name: music_app_clean_architecture
description: A new Flutter project.
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
# Service locator
get_it: ^6.0.0
# Bloc for state management
flutter_bloc: ^7.0.0 # Value equality
equatable: ^2.0.0
# Functional programming thingies
dartz: ^0.10.0
# Remote API
connectivity_plus: ^2.0.3
http: ^0.13.4
cached_network_image: ^3.1.0+1
# Local cache
shared_preferences: ^2.0.9
# Env files support
flutter_dotenv: ^5.0.2
# HTML support
flutter_html: ^2.1.5
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.0.16
build_runner: ^2.1.5
flutter:
assets:
- .env
uses-material-design: true