forked from timmaffett/material_symbols_icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
39 lines (32 loc) · 941 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
name: material_symbols_icons
description: Full flutter support for latest Google Material Symbols Icons.
version: 4.2719.1
homepage: https://github.com/timmaffett/material_symbols_icons
screenshots:
- description: 'example flutter material symbols icon browser'
path: media/example.png
- description: 'google material symbols icon browser'
path: media/google_icon_fonts.png
environment:
sdk: '>=2.19.0 <4.0.0'
flutter: '>=3.7.0'
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
args: ^2.3.1
path: ^1.8.3
flutter:
fonts:
- family: MaterialSymbolsOutlined
fonts:
- asset: lib/fonts/MaterialSymbolsOutlined.ttf
- family: MaterialSymbolsRounded
fonts:
- asset: lib/fonts/MaterialSymbolsRounded.ttf
- family: MaterialSymbolsSharp
fonts:
- asset: lib/fonts/MaterialSymbolsSharp.ttf