Mahdi Bagheri
Mahdi Bagheri
I have defined this route using Fluro. `exchange/:pair` There is a problem! I want `:pair` to be optional. If client types `https://host:port/exchange/BNB_BTC` everything goes fine. but assume the user is...
I have IDM extension enabled on my chrome browser and everytime I try to load pdf file using InternetFile.get IDM stops PdfViewer showing my pdf file and pops up the...
## Steps to Reproduce I upgraded flutter to the latest version 3.7 on stable channel and this issue appeared. You can see `flutter doctor -v` upfront. [√] Flutter (Channel stable,...
I am trying to run the test below and it only works with code coverage otherwise it gets stuck. > **Note**: is a simple widget with a Row in it...
Fixing #126206 and #113388 issues *The IgnorePointer is preventing the richMessage touch events being recognized. Just removing that from* *Solves #126206 and #113388* ## Pre-launch Checklist - [x] I read...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to...
## 🚀 Feature Requests That would be awesome if you add web support the current package like the way universal_html added android support to its dependency. I really need to...
Solves #1789 This commit will affect AutoTabsRouter path stacking. If the user click on the back button and activeIndex is not homeIndex, then pops to previous active tab not homeIndex.
Each time I tap on phone's back button no matter how many tabs are pushed to AutoTabsRouter by calling `setActiveIndex` it is popping back to homeIndex. What is the problem...
I am trying to define a connectionTimeout for my BroswerClient object the same as HttpClient. Is there an alternative for that in BrowserClient class? ```dart http.client = kIsWeb ? BrowserClient()...