-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
42 lines (37 loc) · 1005 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
name: odd_even
description: A tiny app for practicing odd and even
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.1.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
equatable: ^2.0.0
flutter:
sdk: flutter
provider: ^5.0.0
dev_dependencies:
conventional: ^0.2.4
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
git_hooks:
git:
url: https://github.com/asartalo/git_hooks.git
ref: null-safety-2
integration_test:
sdk: flutter
lint: ^1.5.3
flutter:
uses-material-design: true
fonts:
- family: Andika New Basic
fonts:
- asset: fonts/Andika_New_Basic/AndikaNewBasic-readable-R.ttf
- asset: fonts/Andika_New_Basic/AndikaNewBasic-readable-I.ttf
style: italic
- asset: fonts/Andika_New_Basic/AndikaNewBasic-readable-B.ttf
weight: 700
- asset: fonts/Andika_New_Basic/AndikaNewBasic-readable-BI.ttf
weight: 700
style: italic