libphonenumber_buenro_fork 3.0.4
libphonenumber_buenro_fork: ^3.0.4 copied to clipboard
This is a Flutter implementation of libphonenumber originally developed by https://github.com/emostar/flutter-libphonenumber, forked for support for flutter 3.24.1
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add libphonenumber_buenro_forkWith Flutter:
$ flutter pub add libphonenumber_buenro_forkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
libphonenumber_buenro_fork: ^3.0.4Alternatively, 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:libphonenumber_buenro_fork/libphonenumber_buenro_fork.dart';