tformatter 0.2.1 copy "tformatter: ^0.2.1" to clipboard
tformatter: ^0.2.1 copied to clipboard

A powerful Flutter/Dart package for formatting, validation, and manipulation of common data types such as dates, times, currencies, phone numbers, and more.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tformatter

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

dependencies:
  tformatter: ^0.2.1

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:tformatter/tformatter.dart';
2
likes
160
points
82
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter/Dart package for formatting, validation, and manipulation of common data types such as dates, times, currencies, phone numbers, and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on tformatter