Nabeel Parkar

Results 445 comments of Nabeel Parkar
trafficstars

I cannot reproduce this issue, therefore I am labelling it for further insights from the team

Hello @siva636. Thank you for filing this issue. Can you please provide the following information? - A [complete and minimal, reproducible code sample](https://stackoverflow.com/help/minimal-reproducible-example). Ideally, a single `main.dart` file that can...

Unfortunately, there isn't enough information to go on here. It might be related to https://github.com/flutter/flutter/issues/118897. Have you tried running `flutter clean` or deleting the pub cache located in `~/.pub-cache`?

I am not sure but this sounds like a network issue. Could you try one thing... If this issue occurs again, creating a new Flutter project, adding any dependency in...

Based on this comment https://github.com/flutter/flutter/issues/118539#issuecomment-1384081528, this is intended behavior. You should dispose and recreate the controller to dispose the webview. Could you confirm this?

Hello @Faiz-rhm. Thank you for filing this issue. Can you please provide the following information? - A [complete and minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). Ideally, a single `main.dart` file that can be...

Hello @Faiz-rhm. Thank you for filing this issue. Can you please provide the following information? - A [complete and minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). Ideally, a single `main.dart` file that can be...

Hello @divillysausages. I cannot reproduce this issue. I changed the code to make the future an instance of the `State` class like so: ```dart import 'package:flutter/material.dart'; const Color darkBlue =...

This is working as expected. The `Future` has to be awaited, whether is done or not. During awaiting, you'd get a waiting state, which in your code is using a...

Hello @michalkubizna. I cannot reproduce what you're describing. I find the same loading speeds across desktop web, iOS web and android web. Can you provide some more details on how...