flutter_string_utils

Last updated:

0 purchases

flutter_string_utils Image
flutter_string_utils Images
Add to Cart

Description:

flutter string utils

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
copied to clipboard
Import package to code file.
import 'package:flutter_linkable_text/flutter_linkable_text.dart';
copied to clipboard
Example #
Use as a normal widget:
Container(
padding: const EdgeInsets.symmetric(horizontal: 16),
child: FLTTextFunctions.convertToRichText(inputText),
)
copied to clipboard

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.