Published
- 1 min read
inr symbol in flutter
The solution for this is noted below
inr symbol in flutter
Solution
Text('\u{20B9}${your amount}'),
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
Text('\u{20B9}${your amount}'),
Try other methods by searching on the site. That is if this doesn’t work