-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
35 lines (29 loc) · 762 Bytes
/
pubspec.yaml
File metadata and controls
35 lines (29 loc) · 762 Bytes
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
name: amount_input_formatter
description: "A minimalistic and configurable number formatter to use with the TextField widget."
version: 0.2.1
repository: https://github.com/TBR-Group-software/amount_input_formatter
issue_tracker: https://github.com/TBR-Group-software/amount_input_formatter/issues?q=is%3Aissue%20state%3Aopen%20
platforms:
android:
ios:
linux:
macos:
web:
windows:
screenshots:
- description: 'This screenshot shows the result example of usage of the package'
path: assets/screenshots/example.png
topics:
- formatter
- util
- string
environment:
sdk: '>=2.12.0 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
very_good_analysis: ^7.0.0