Daniel Gah
Daniel Gah
Hey @maximveksler maybe you could help me.. I just can't replace the very_good default icon (even manually!) https://stackoverflow.com/q/73379903/12695188 How do I achieve that? Note - I want to use adaptive...
Can I delete all the files and just run `flutter_launcher_icons`? Or is there a way to override all those files (not manually!)
Facing the same issue
I started a new project with all platform flags on (due to the bug), and I need to use only Android and IOS. Will it be hard to eliminate the...
Facing the same issue
I have also opened an issue on [StackOverflow](https://stackoverflow.com/questions/73599119/flutter-auto-route-delegate-and-defaultrouteparser-functions-not-exists)
Hey, @aidan-mundy thanks for replying. What do you suggest? To upgrade the flutter version? Here are my flutter doctor results Doctor summary (to see all details, run flutter doctor -v):...
Hey @aidan-mundy, I have upgraded my Flutter to 3.3.1 and it does not solve the issue. Restarting the IDE also didn't help :/ Doctor summary (to see all details, run...
**Issue solved**, I had to obtain the `TabsRouter` controller using context and manager tabs changes using that controller only. ``` final tabsRouter = AutoTabsRouter.of(context); ``` ``` bottomNavigationBar: BottomNavigationBar( currentIndex: tabsRouter.activeIndex,...
Facing the same issue here. Whenever the user starts recording from the app, it accidentally redirects them to a live broadcast instead of a video recording.  flutter doctor:...