Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.