-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
37 lines (33 loc) · 832 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
name: flutter_octicons
description: Easily integrate GitHub's Octicons in your own Flutter project.
version: 1.50.0
homepage: https://github.com/Coronon/flutter_octicons
environment:
sdk: '>=2.12.0 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
yaml: ^3.1.0
# The following section is specific to Flutter.
flutter:
fonts:
- family: Octicons12
fonts:
- asset: lib/fonts/octicons12.ttf
- family: Octicons16
fonts:
- asset: lib/fonts/octicons16.ttf
- family: Octicons24
fonts:
- asset: lib/fonts/octicons24.ttf
- family: Octicons48
fonts:
- asset: lib/fonts/octicons48.ttf
- family: Octicons96
fonts:
- asset: lib/fonts/octicons96.ttf