So, I was making this Budget Manager app as I was learning flutter, I want to add a Indian rupee symbol. I had checked the official docs and found a lib called Unicode.dart, however the explanation is not clear. I also searched how to input a rupee symbol in android but that is also not working because the solution is Java or Kotlin specific rather than dart or flutter.
https://pub.dev/packages/unicode#-readme-tab- --Unicode library for flutter
Set Indian Rupee symbol on text view --the android specific