John

Results 8 comments of John

So basically, the workaround for this is to not calling `show()` on the snackbar. ``` // DON'T DO THIS await Get.snackbar( 'title', 'message', duration: Duration(seconds: 3), snackPosition: SnackPosition.TOP, isDismissible: true,...

Hello @Milad-Akarie, This issue needs to be addressed, many don't want to upgrade to `Flutter 3.13+` due to many recorded bugs and performance issues so staying at `Flutter 3.10-` with...

Hi @Santa160, I don't disagree upgrading might fix it but Flutter versions above 3.13 have many bugs and performance related issues reported so rather than fully committing to the upgrade,...

Hi @Milad-Akarie, as descibed on your [CHANGELOG](https://github.com/Milad-Akarie/auto_route_library/blob/master/auto_route/CHANGELOG.md) > 7.8.2 > - HOTFIX: update sdk constrains to flutter: >=3.13.0 and dart: >=3.0.0 =3.13.0`. So I had assumed `auto_route: 7.8.1` is the...

I bet Its actually showing up, Few things to do here - Remove the color.transparent 😅 - Remove TitleBarStyle.hidden 😅 - Add 'await' on here below, like this `await windowManager.waitUntilReadyToShow...

Hey @lijy91, i believe Its actually just the combination of a transparent border with a hidden titlebar style causing it not to show, pretty much self explanatory if i must...

Hey @Samleet, bit too late to the party but the issue is that your controller is initialized on class level, a simple edit like the one below should fix your...

Hey @mycloudvip ,The two things that come to my mind is 1. **Font Support**: Ensure that the font you're using for your text supports the Spanish accented characters. Some fonts...