censor_it_flutter 2.1.1
censor_it_flutter: ^2.1.1 copied to clipboard
A Flutter widget for censoring text with customizable profanity patterns.
import 'package:flutter/material.dart';
import 'pages/censor_examples_page.dart';
void main() => runApp(
const MaterialApp(home: CensorExamplesPage()),
);