money_to_text 1.0.4 copy "money_to_text: ^1.0.4" to clipboard
money_to_text: ^1.0.4 copied to clipboard

It converts any double variable you send with this dart package to text as money

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add money_to_text

With Flutter:

 $ flutter pub add money_to_text

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  money_to_text: ^1.0.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:money_to_text/money_to_text.dart';
6
likes
130
pub points
0%
popularity

Publisher

verified publisherahmetveysel.com

It converts any double variable you send with this dart package to text as money

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on money_to_text