-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
executable file
·62 lines (54 loc) · 1.48 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
58
59
60
61
62
name: repo_viewer
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'
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
dependencies:
flutter:
sdk: flutter
oauth2: ^2.0.0
flutter_secure_storage: ^4.2.0
dartz: ^0.10.0-nullsafety.2
dio: ^4.0.0
flutter_hooks: ^0.16.0
hooks_riverpod:
git:
url: https://github.com/rrousselGit/river_pod.git
ref: 147be70df096015af0633456a951d8f2f9c66dc9
path: packages/hooks_riverpod
freezed_annotation: ^0.14.2
webview_flutter: ^2.0.8
flash: ^2.0.0
auto_route: ^2.2.0
material_design_icons_flutter: 5.0.5955-rc.1
json_annotation: ^4.0.1
sembast: ^3.1.0+2
path_provider: ^2.0.4
path: ^1.8.0
cached_network_image: ^3.0.0
shimmer: ^2.0.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.0.4
freezed: ^0.14.2
auto_route_generator: ^2.1.0
lint: ^1.5.3
json_serializable: ^4.1.4
dependency_overrides:
flutter_riverpod:
git:
url: https://github.com/rrousselGit/river_pod.git
ref: 147be70df096015af0633456a951d8f2f9c66dc9
path: packages/flutter_riverpod
riverpod:
git:
url: https://github.com/rrousselGit/river_pod.git
ref: 147be70df096015af0633456a951d8f2f9c66dc9
path: packages/riverpod