FlutterWiz

Results 16 comments of FlutterWiz

For the browsers, it's okay to use `go` logically, but for the mobile section we need to `popUntil` method. I'm also waiting for this.

The same issue I faced. We're going to go 2023 after 2 days and the package needs to be fixed. my simulator is iPhone 14 pro max, and I use...

I need to open it @Tkko because I have problem with iOS release or debug version. Here are my codes, that does not understand the coming OTP code: (Also the...

@Tkko it does not work also for `TextField` or `TextFormField`

Tried, but still does not work for pinput and textfield @Tkko

also tried it on android, and it works well, but on the other hand, iOS has a problem with getting the sms automatically. The incoming text like, Your verification code...

@Tkko the text is the Turkish language based, and unfortunately can't be changed. As I said, it works on Android as well, but for the iOS side, you said that...

> Found a workaround: > > # Use: > ` json.decode(utf8.decode(response.bodyBytes))}` > > # Instead of: > `json.decode(response.body);` > > It works like a charm! > > I still think...