libphonenumber_web

Last updated:

0 purchases

libphonenumber_web Image
libphonenumber_web Images
Add to Cart

Description:

libphonenumber web

libphonenumber_web #
The web implementation of libphonenumber
Usage #
This package is the endorsed implementation of libraryphonenumber_package for the web platform, so it gets automatically added to your application by depending on libphonenumber_package: ^any.
Update index.html #
In your app directory, edit web/index.html to add the following

<!DOCTYPE html>
<html>
<head>
...
</head>
<body>

...

<script src="packages/libphonenumber_package/js/libphonenumber.js"></script>
<script src="packages/libphonenumber_package/js/stringbuffer.js"></script>

...

<script src="main.dart.js" type="application/javascript"></script>
</body>
</html>
copied to clipboard
Using the plugin #
Once you have added libphonenumber_package package and edit web/index.html, you should be able to use the
import 'package:libphonenumber_package/phone_number_util.dart';
copied to clipboard
or any other source library available later on
Available Methods #
For available methods see libraryphonenumber_platform_interface
Contributions #
If you encounter any problem or the library is missing a feature feel free to open an issue. Feel free to fork, improve the package and make pull request.
Contributors #



Made with contributors-img.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.