linkwell 2.0.6 copy "linkwell: ^2.0.6" to clipboard
linkwell: ^2.0.6 copied to clipboard

LinkWell is Text Plugin that detects URLs and Emails in a String and when tapped opens in users browsers,

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add linkwell

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

dependencies:
  linkwell: ^2.0.6

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:linkwell/linkwell.dart';
78
likes
110
pub points
92%
popularity

Publisher

verified publishersamuelezedi.com

LinkWell is Text Plugin that detects URLs and Emails in a String and when tapped opens in users browsers,

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, url_launcher

More

Packages that depend on linkwell