money_to_text 1.0.1 copy "money_to_text: ^1.0.1" to clipboard
money_to_text: ^1.0.1 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

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.1

Alternatively, your editor might support dart 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
0
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

License

unknown (license)

More

Packages that depend on money_to_text