MirzaCickusic

Results 12 comments of MirzaCickusic

This has been causing me issues for some time. First on iOS, I resolved this by switching to the latest Flutter version, and deleting and re-creating ios project. However, I...

@bartekpacia were you able to resolve this?

I was able to resolve this by updating to the latest code xcode 15.2 and running the tests on 17.2 iOS. Patrol CLI version: 2.6.2

Not sure how @jBorkowska managed to fix his issues with that code. But I'm having similar issues mentioned above: ``` : > Task :app:connectedDevDebugAndroidTest : Starting 0 tests on And_14_-_API_34_-_Pixel7_large_(AVD)...

And in general, reloading is causing all kinds of routing issues for me on the web For example; while my app is deployed on github pages. If I use "usePathUrlStrategy()"...

Here it is: https://github.com/MirzaCickusic/test_stacked_web_app But I'm not sure what you mean by web template. I was using this command to create this project: `stacked create app test_stacked_web_app --platforms web`

Unfortunately creating the web app with `stacked create app my_web_app -t web` and adding the same things I mentioned above, regarding the startingIndex, didn't fix the issue for me. Web...

I believe I just migrated away from using indexed navigation when on WEB

Same: ``` flutter_launcher_icons: ^0.13.1 ```