Guy Luz

Results 254 issues of Guy Luz

I am initializing Firestore and calling `Firestore.instance.collection(path).stream` and it is working. If I change network while the app is running and calling `Firestore.instance.collection(path).stream` again new collection values are not arriving...

I am initializing firebase auth with hive `FirebaseAuth.initialize(_fireBaseApiKey!, await HiveStore.create());` Based my code from [her](https://gist.github.com/cachapa/33944987bd8fe6c6ba84021cecef8fb7). Now after updating dart to null safety version I get this error > type 'Null'...

In my software after random number of hours I got this error message ``` Unhandled exception: gRPC Error (14, Missing trailers) ``` I am using firedart with hive [This is...

Do we realy need the line `exit(0);` that exist in the file `main.dart` last line of code?. That line use `import 'dart:io';` and it is removing 10 points in [pub.dev](https://pub.dev/packages/firedart/score)...

As you can se in the image the example page does not show any example I would suggest something like this ``` SleekCircularSlider( onChangeStart: (double value) {}, onChange: (value) {},...

Is there a way to put my custom widget inside the circle and not a text? I would like to put the toggle button in the center of the slider....

Running `mycroft-precise.listen hey-mycroft-2.pb` return error **To Reproduce** Steps to reproduce the behavior: 1. Install the mycroft-precise snap from the [snapcraft.io](https://snapcraft.io/mycroft-precise) or create the snap yourself from this repo and install...

bug

I am searching for a function that will return stream. The stream will return a value each time a different WiFi network got connected. Sometimes WiFi signal is so low...

Sending data after the client got closed crashed the program instead of sending an error upwards for the programmer to handle it. `grpc: ^3.0.2` ## Repro steps 1. step1 1....

API for Territories map that can be used in sites to show the usage of the snap (usage of company software product) around the word. Suggestions * URL of image...

Priority: Low
Feature 🎁