-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
47 lines (43 loc) · 994 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
42
43
44
45
46
47
name: font_awesome_metadata
description: 'Extended data collection of the free Font Awesome icons allowing to filter,search and sort them. Those collections are generated from the Font Awesome metadata.'
version: 1.0.1
repository: https://github.com/gxsham/font_awesome_metadata
homepage: https://github.com/gxsham/font_awesome_metadata
environment:
sdk: '>=2.19.2 <3.0.0'
dependencies:
flutter:
sdk: 'flutter'
font_awesome_flutter: '^10.4.0'
dev_dependencies:
yaml: ^3.1.1
lints: ^2.0.1
recase: '^4.1.0'
flutter_test:
sdk: 'flutter'
version: '^3.0.2'
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
- 'characters'
- 'charcode'
- 'collection'
- 'clock'
- 'crypto'
- 'fake_async'
- 'file'
- 'matcher'
- 'material_color_utilities'
- 'meta'
- 'path'
- 'source_span'
- 'stack_trace'
- 'stream_channel'
- 'string_scanner'
- 'sync_http'
- 'term_glyph'
- 'test_api'
- 'typed_data'
- 'vector_math'
- 'webdriver'