binkap_parsely 0.0.1 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';