forked from timur-harin/Sum24FlutterCourse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
47 lines (41 loc) · 876 Bytes
/
pubspec.yaml
File metadata and controls
47 lines (41 loc) · 876 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name: education
description: "A new Flutter project."
publish_to: "none"
version: 0.1.0
environment:
sdk: ">=3.4.1 <4.0.0"
dependencies:
dio: ^5.4.3+1
flutter:
sdk: flutter
flutter_localization: ^0.2.0
flutter_riverpod: ^2.5.1
freezed: ^2.5.2
freezed_annotation: ^2.4.1
golden_toolkit: ^0.15.0
http: ^1.2.1
intl: ^0.19.0
intl_translation: ^0.20.0
json_annotation: ^4.9.0
json_serializable: ^6.8.0
provider: ^6.1.2
riverpod: ^2.5.1
riverpod_annotation: ^2.3.5
shared_preferences: ^2.2.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
build_runner: ^2.4.11
flutter:
uses-material-design: true
assets:
- assets/
- assets/fonts/
fonts:
- family: Coves
fonts:
- asset: assets/fonts/bold.otf
weight: 700
- asset: assets/fonts/light.otf
weight: 400