-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
42 lines (38 loc) · 1.17 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
name: icon_decoration
description: Add decoration capabilities to the Icon widget with borders and gradients.
version: 2.1.0
homepage: https://github.com/TesteurManiak/icon_decoration
repository: https://github.com/TesteurManiak/icon_decoration
issue_tracker: https://github.com/TesteurManiak/icon_decoration/issues
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
alchemist:
git:
url: https://github.com/Betterment/alchemist.git
ref: ab1f2eb49584339be119eaec28a5562f6b325cbc
fd_lints: ^2.3.0
flutter_test:
sdk: flutter
meta: ^1.15.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