flutter_string_utils 2.0.0 copy "flutter_string_utils: ^2.0.0" to clipboard
flutter_string_utils: ^2.0.0 copied to clipboard

A Flutter package contains string utility functions.

Convert a normal Text widget to RichText widget, change the color of links, email addresses, phone numbers to blue and add a tap gesture to them.

Usage #

Add package to pubspec.yaml file.

dependencies:
  flutter_linkable_text: ^latest

Import package to code file.

import 'package:flutter_linkable_text/flutter_linkable_text.dart';

Example #

Use as a normal widget:

Container(
    padding: const EdgeInsets.symmetric(horizontal: 16),
    child: FLTTextFunctions.convertToRichText(inputText),
)
1
likes
130
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package contains string utility functions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl, pasteboard, url_launcher

More

Packages that depend on flutter_string_utils