-
Notifications
You must be signed in to change notification settings - Fork 12
/
pubspec.yaml
48 lines (37 loc) · 836 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
46
47
48
name: math_training
description: A new Flutter application.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
bloc: ^7.0.0
hydrated_bloc: ^7.0.0
flutter_bloc: ^7.0.0
equatable: ^2.0.3
json_annotation: ^4.8.1
cupertino_icons: ^1.0.2
path_provider: ^2.0.7
url_launcher: ^6.1.3
freezed: ^2.1.0
dev_dependencies:
flutter_test:
sdk: flutter
json_serializable: ^6.0.0
build_runner: ^2.0.6
flutter_lints: ^1.0.0
flutter_launcher_icons: ^0.9.2
flutter_icons:
android: "ic_launcher"
ios: false
image_path: "assets/icon.png"
flutter:
uses-material-design: true
fonts:
- family: JetBrainsMono
fonts:
- asset: assets/JetBrainsMono-Light.ttf
- asset: assets/JetBrainsMono-Medium.ttf
weight: 700