feat(pipes): add number (decimal, percent, currency) pipes

This commit is contained in:
Pouria Alimirzaei
2015-07-04 22:25:43 +04:30
committed by Tobias Bosch
parent b54e7214f0
commit 3143d188ae
11 changed files with 368 additions and 1 deletions

View File

@ -14,6 +14,7 @@ dependencies:
code_transformers: '^0.2.8'
dart_style: '^0.1.8'
html: '^0.12.0'
intl: '^0.12.4'
logging: '>=0.9.0 <0.12.0'
source_span: '^1.0.0'
stack_trace: '^1.1.1'