lum_linkify_text/lib/linkfy_text.dart

6 lines
162 B
Dart

/// A lightweight flutter package to linkify texts containing urls, emails and hashtags.
library linkfy_text;
export 'src/enum.dart';
export 'src/linkify.dart';