flutter_mentions
flutter_mentions copied to clipboard
A simple flutter input widget to add @ mentions functionality to your app
remove ` style: TextStyle(color: Colors.green),` from Mentions data object
ist data1 = []; class Mentions extends StatefulWidget { const Mentions({ Key? key, this.width, this.height, }) : super(key: key); final double? width; final double? height; @override _MentionsState createState() => _MentionsState();...
Can we remove whole mention on single back.
I am opening this PR to fix the dynamic calculation of max lines.
export AnnotationEditingController
Is there a way to remove/hide an item after selecting it from the list? (and put it back if the item was erased from the textField) Updating the list data...
I wanna ask like fb, when user A is mentioned, then we can't mention duplicate A. So how to implement such a function? Thanks I'm trying to delete user mention...