runtut_currency_input_formatter 0.1.0
runtut_currency_input_formatter: ^0.1.0 copied to clipboard
A lightweight Flutter package for formatting currency input fields. Pass a locale and an ISO 4217 currency code — separators and decimal digits are derived automatically.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add runtut_currency_input_formatterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
runtut_currency_input_formatter: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:runtut_currency_input_formatter/runtut_currency_input_formatter.dart';