Mahdi Bagheri
Mahdi Bagheri
GetNavigator class on the latest release does not even support initialRoute property! why is that. and this navigator class is so weak and ofc not working anyway.
Are you kidding? When would you fix this issue? Should use Future.delayed everywhere I need to beamToNamed?
`star_rate.dart` ```dart import 'package:flutter/material.dart'; class StarRate extends StatelessWidget { final double rate; final double maxRate; final Color color; final double iconSize; const StarRate( {Key? key, required this.rate, this.maxRate = 5,...
@huycozy When I ran `flutter test` my test passed perfectly fine.  But running the test using Android Studio : 
Any updates?
I think I have to consider another condition! Considering that the user has passed through these routes: homeIndex is 0. DashBoard -> homeIndex -> 2 -> 1 -> homeIndex ->...
> Are you export your components with `use client`? You are a life saver. but I have a question. I am sure I used "use client"; inside components with state...
Any update on this?
@Wackymax @wenchaosong I would suggest migrating to go_router or auto_route
I think something is wrong here in the last `then` but even if so, That is so weird because it was working perfectly fine before. ```javascript window.addEventListener('load', function() { var...