How can I convert english numbers into another language numbers (I am using Bengali language) in Flutter?
Issue I am getting english numbers (e.g. 123) as integer, now I want to show it in another language form…
get it fixed!
Issue I am getting english numbers (e.g. 123) as integer, now I want to show it in another language form…
Issue I am gradually understanding logging packages for Flutter. The easiest thing to do is to show in the console…
Issue I try to make a phone call from my Flutter app. With the following code: UrlLauncher.launch(‘tel: xxxxxxxx’); I found…
Issue I am trying to change screens using the value of a string inside a json object but I get…
Issue I am new in flutter… I need to get the String inside the text field in Dropdown menu button…
Issue I’ve done a fair bit of searching here and elsewhere, but haven’t found a clear answer… I have two…
Issue My Flutter app displays a list of events. When there are no events to display, a message is displayed…
Issue i have two TextFormFields (name and age). After typing something in inputs and clicking ‘send’ nothing happens. Here’s my…
Issue I use a library to get phone numbers from a mobile device but most of the numbers start with…
Issue So I already read about the topic but I simply didn’t understand the solutions on stack. I came up…