binkap_parsely 0.0.1 copy "binkap_parsely: ^0.0.1" to clipboard
binkap_parsely: ^0.0.1 copied to clipboard

A Flutter package for parsing links, emails, @mentions, hashtags, and phone numbers from text. Mask extracted elements with custom patterns and add tappable click behavior for seamless interactions

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add binkap_parsely

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

dependencies:
  binkap_parsely: ^0.0.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:binkap_parsely/binkap_parsely.dart';
1
likes
130
pub points
0%
popularity

Publisher

verified publisherbinkap.com

A Flutter package for parsing links, emails, @mentions, hashtags, and phone numbers from text. Mask extracted elements with custom patterns and add tappable click behavior for seamless interactions

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on binkap_parsely