forked from peiffer-innovations/template_expressions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
55 lines (51 loc) · 1.03 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
43
44
45
46
47
48
49
50
51
52
53
54
55
name: 'template_expressions'
description: 'A Dart library to process string based templates using expressions.'
homepage: 'https://github.com/peiffer-innovations/template_expressions'
version: '3.1.5'
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
convert: '^3.1.1'
crypto: '^3.0.1'
encrypt: '^5.0.3'
fake_async: '^1.3.0'
intl: '^0.18.1'
json_class: '^3.0.0+8'
json_path: '^0.6.3'
logging: '^1.2.0'
meta: '^1.10.0'
petitparser: '^6.0.1'
pointycastle: '^3.7.3'
quiver: '^3.2.1'
rxdart: '^0.27.7'
yaon: '^1.1.4'
dev_dependencies:
flutter_lints: '^3.0.1'
test: '^1.24.9'
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
- 'characters'
- 'charcode'
- 'collection'
- 'clock'
- 'crypto'
- 'fake_async'
- 'file'
- 'json_path'
- 'matcher'
- 'material_color_utilities'
- 'meta'
- 'path'
- 'petitparser'
- 'source_span'
- 'stack_trace'
- 'stream_channel'
- 'string_scanner'
- 'sync_http'
- 'term_glyph'
- 'test_api'
- 'typed_data'
- 'vector_math'
- 'webdriver'