Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

text widget not recognize the currency symbol flutter

 // MAKE SURE THAT THE FONT SUPPORT YOUR SYMBOLE :)
 // Roboto support most of them!
Text('₺',
     style: TextStyle(
     fontFamily: 'Roboto',
   )
 ),
 
PREVIOUS NEXT
Tagged: #text #widget #recognize #currency #symbol #flutter
ADD COMMENT
Topic
Name
5+1 =