remove_emoji 0.0.2 remove_emoji: ^0.0.2 copied to clipboard
Dart or flutter package accurately replace/remove emojis in text
Remove Emoji π’
Dart or flutter package accurately replace/remove emojis in text
Usage π€ #
A simple usage example:
import 'package:remove_emoji/remove_emoji.dart';
void main() {
var rem = RemoveEmoji();
print(rem.removemoji(
'π€£hπeπlπͺlπoπ³π€π¨βπ¦°π€ΆπΏ π§ββοΈππ₯π―π¦π₯π₯ππ°π§π¨π§πwπ€·ββοΈoπrπ€ͺlπ€¦ββοΈdπΈπ€ππππΎπ€π€©π’ππ‘ππ§ππππ§πππ€ππ₯±'));
// or
print(
'π€£hπeπlπͺlπoπ³π€π¨βπ¦°π€ΆπΏ π§ββοΈππ₯π―π¦π₯π₯ππ°π§π¨π§πwπ€·ββοΈoπrπ€ͺlπ€¦ββοΈdπΈπ€ππππΎπ€π€©π’ππ‘ππ§ππππ§πππ€ππ₯±'
.removemoji);
}
}
output
hello world
hello world
Contribution π€ #
Happy π to recieve or provide contributions related to this package.
Features and bugs π #
Please file feature requests and bugs at the issue tracker.
Contact π§ #
if you have any questions , feel free to wite us on