Closed VimeshPolaris closed 2 years ago
I have successfully implemented this package : flutter_mentions: ^2.0.1 But the default text property is not working when we pass the value from the variable.
Ex:
String userName = 'Coder';
FlutterMentions( . . . defaultText: '${postTitleTextEditingController.text}', . . . ),
I have successfully implemented this package : flutter_mentions: ^2.0.1 But the default text property is not working when we pass the value from the variable.
Ex:
String userName = 'Coder';
FlutterMentions( . . .
defaultText: '${postTitleTextEditingController.text}', . . . ),