flutter_text_sniffer 6.0.0 copy "flutter_text_sniffer: ^6.0.0" to clipboard
flutter_text_sniffer: ^6.0.0 copied to clipboard

A widget that detects specific patterns within a text and makes them interactive.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_text_sniffer_example/examples.dart';

void main() {
  runApp(
    const MaterialApp(
      home: TextSnifferExamples(),
    ),
  );
}
8
likes
160
points
223
downloads
screenshot

Documentation

API reference

Publisher

verified publisherinterlib.dev

Weekly Downloads

A widget that detects specific patterns within a text and makes them interactive.

Repository (GitHub)
View/report issues

Topics

#text #regex #widget #pattern-matching #richtext

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_text_sniffer