-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
45 lines (38 loc) · 1016 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
name: eth_nfts_browser
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.18.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# Service locator
get_it: ^7.2.0
# Bloc for state management
flutter_bloc: ^8.1.1
# Value equality
equatable: ^2.0.5
# Functional programming thingies
dartz: ^0.10.1
# Remote API
internet_connection_checker: ^1.0.0+1
http: ^0.13.5
# Local cache
shared_preferences: ^2.0.15
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.3.2
flutter_lints: ^2.0.0
build_runner: ^2.2.1
bloc_test: ^9.1.0
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg