runtut_currency_input_formatter 0.1.0 copy "runtut_currency_input_formatter: ^0.1.0" to clipboard
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_formatter

This 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.0

Alternatively, 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';
0
likes
160
points
63
downloads

Documentation

API reference

Publisher

verified publisherruntut.app

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on runtut_currency_input_formatter