hash_at_links_detector 1.0.1 copy "hash_at_links_detector: ^1.0.1" to clipboard
hash_at_links_detector: ^1.0.1 copied to clipboard

hash at links detector Custom text to detect '#'_'@'_'links' support many languages

example/lib/main.dart

import 'package:flutter/material.dart';

import 'example.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: Example(),
    );
  }
}
21
likes
130
pub points
60%
popularity

Publisher

unverified uploader

hash at links detector Custom text to detect '#'_'@'_'links' support many languages

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on hash_at_links_detector