-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
47 lines (42 loc) · 883 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: 'material_icons_named'
description: 'A mapping library that maps the Stringified material icon name to the actual Material `IconData`.'
homepage: 'https://github.com/peiffer-innovations/material_icons_named'
version: '3.16.0+2'
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: 'flutter'
dev_dependencies:
flutter_lints: '^4.0.0'
flutter_test:
sdk: 'flutter'
http: '^1.2.2'
flutter:
uses-material-design: true
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'
- 'uuid'
- 'vector_math'
- 'webdriver'