Crizant
Crizant
I think this is related to the browser. I am facing the same issue when my website need to send an ajax request every 5 minutes, but when the tab...
I'm having this issue at this morning, if the above doesn't work for you, here is my solution: 1. In `android/gradle.properties`, remove the following line: `org.gradle.jvmargs=-Xmx1536M` 2. `flutter clean` 3....
Dude the link has a problem, let me fix for you: https://streamable.com/6dbta
This is not possible until [this issue](https://github.com/flutter/flutter/issues/33675) is resolved.
This is exactly what i've been looking for, thanks! Finally I can see comments in the git diff panel. I think this should be applied by default.
I would like to point out a few things here: 1. The `Locale` object should be created by `Locale('pt', 'br')` not `Locale('pt_BR')` 2. The `I18n.of(context).locale = Locale("pt", "br")` statement don't...
> Just wanted to know if anyone has any issues when wrapping the `MaterialApp` inside `I18n` (when handling routes). > > When I run the example where the `I18n` is...
Please take a look at this: https://github.com/marcglasberg/i18n_extension/issues/10
> ESLint + Volta + VSCode still doesn't work, unfortunately. I will probably have to stop using Volta due to this. @Nettsentrisk Did you switch to `asdf` or anything else?...
You can check the [defaultTargetPlatform](https://api.flutter.dev/flutter/foundation/defaultTargetPlatform.html) property on web, it returns `TargetPlatform.iOS` on web.