filter_word 1.0.0
filter_word: ^1.0.0 copied to clipboard
A package that allow you to filter word as a string. Change to asterisk, sensor, or remove word from string at once.
example/filter_word_example.dart
import 'package:filter_word/filter_word.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}