sami-samcla

Results 9 comments of sami-samcla

I can reproduce this error when user try to close a screen with a google maps widget inside it (no webview present). I reported this issue [here](https://github.com/flutter/flutter/issues/116414). Maybe it could...

I did more or less the same as @Manuito83 but i'm feel dirty 😄 I think it's one of worst workaround I have ever done, but it works. When user...

Thanks @jenshor for your feedback. I'll check when I have time to it!! Nice work!!

I have the same problem. This is my source code: ``` import 'dart:async'; import 'package:flutter_blue/flutter_blue.dart'; import 'package:infinite_base_library/infinite_base_library.dart'; import 'package:infinite_hub/base/base_viewmodel.dart'; import 'package:infinite_hub/base/constants.dart'; import 'package:infinite_hub/base/enums.dart'; class DeviceDetailViewModel extends BaseViewModel { bool _isStatic...

> You should probably provide the full code example (eg. where do you hold field deviceToConnect and when you clear it). > > Note1 : sController.stream.listen will remain when scanning...

@boskokg did you find out any potencial problem in the full code? Thanks in advance!!

Hello Paul. Yes I'm still experiencing this issue. Do you have any suggestion to solve it. Many thanks for your attention. El mié., 1 abr. 2020 5:14, Paul DeMarco escribió:...