-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (29 loc) · 703 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (29 loc) · 703 Bytes
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
name: testable_gorouter_with_riverpod
description: An example to make testing GoRouter easier with Riverpod
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=2.19.4 <3.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
# State management
flutter_riverpod: ^2.3.0
riverpod_annotation: ^2.0.0
# Routing
go_router: ^6.2.0
dev_dependencies:
flutter_test:
sdk: flutter
# Lint
flutter_lints: ^2.0.1
custom_lint: ^0.2.12
riverpod_lint: ^1.1.2
# Code generation
build_runner: ^2.3.3
mockito: ^5.3.2
go_router_builder: ^1.1.3
riverpod_generator: ^2.0.0
flutter:
uses-material-design: true