-
Notifications
You must be signed in to change notification settings - Fork 35
/
pubspec.yaml
45 lines (41 loc) · 1.12 KB
/
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
name: alchemist
description: A support package that aims to make golden testing in Flutter
easier and more streamlined.
version: 0.10.0
homepage: https://github.com/Betterment/alchemist
repository: https://github.com/Betterment/alchemist
environment:
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"
dependencies:
equatable: ^2.0.3
flutter:
sdk: flutter
flutter_test:
sdk: flutter
meta: ^1.7.0
dev_dependencies:
mocktail: ^0.3.0
mocktail_image_network: ^0.3.1
path: ^1.8.3
test: ^1.21.1
version: ^3.0.2
very_good_analysis: ^3.1.0
flutter:
uses-material-design: true
# Used for readable platform golden tests.
fonts:
- family: Roboto
fonts:
- asset: assets/fonts/Roboto/Roboto-Thin.ttf
weight: 100
- asset: assets/fonts/Roboto/Roboto-Light.ttf
weight: 300
- asset: assets/fonts/Roboto/Roboto-Regular.ttf
weight: 400
- asset: assets/fonts/Roboto/Roboto-Medium.ttf
weight: 500
- asset: assets/fonts/Roboto/Roboto-Bold.ttf
weight: 700
- asset: assets/fonts/Roboto/Roboto-Black.ttf
weight: 900