Felipe Andrade

Results 5 comments of Felipe Andrade

@xsahil03x update please, this package is awesome

> This error persist on v6? Yes, i did the test on v6 and the problem persists.

> Do you have any examples? When clicking both buttons at the same time, both navigations are performed, something that doesn't happen with the standard navigation. Modular https://github.com/Flutterando/modular/assets/18041980/d152af1b-fdf3-4dbd-a363-306498e31782 Flutter navigation...

Flutter Modular ``` class HomePage extends StatefulWidget { const HomePage({super.key}); @override _HomePageState createState() => _HomePageState(); } class _HomePageState extends State { @override Widget build(BuildContext context) { return Scaffold( body: Stack(...