generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
41 lines (35 loc) · 846 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
name: flutter_starter
description: A new Flutter project.
publish_to: "none"
version: 0.0.1+1
environment:
sdk: ">=3.1.4 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
models:
path: ./packages/models
services:
path: ./packages/services
flutter_hooks: ^0.20.3
hooks_riverpod: ^2.4.9
intl: ^0.19.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
mocktail: ^1.0.2
flutter:
uses-material-design: true
fonts:
- family: IBMPlexMono
fonts:
- asset: assets/fonts/IBMPlexMono-Regular.ttf
- asset: assets/fonts/IBMPlexMono-Medium.ttf
weight: 500
- asset: assets/fonts/IBMPlexMono-Bold.ttf
weight: 700
- asset: assets/fonts/IBMPlexMono-SemiBold.ttf
weight: 600