Home > Net >  how can i add emoji in flutter text field
how can i add emoji in flutter text field

Time:12-09

i have the following column

 late  final TextEditingController controller = TextEditingController();
    Column(
    children:[
     GestureDetector(
         onTap: (){
          // 1- here How can i copy the emoji 
          // 2- add it to controller (locate it to the current location where text field cursor located )
         },
        child: Text('           
  • Related