Guy Luz

Results 315 comments of Guy Luz

Like the last patch that was canceled in #26, #139 will try to patch it up by restarting the stream to firebase after 4 hours.

As pointed out in the forum we cannot point the gpio inside the snap into the gpio outside of it due to Snap’s security confinement. We will go with answer...

1. Opened issue for it in the pub git hub https://github.com/dart-lang/pub/issues/2347

Added log package, we need to convert all print to log

Restarting only the firebase and local server would be favorable.

#139 Fix for the most important issue (first setup), since we switch network to home WiFi after first setup. The fix is exiting the program, if it is running in...

Opened issue for this in the firedart package. https://github.com/cachapa/firedart/issues/64

If I understand you correctly this is already exist ``` final List DEFAULTADDRESSES = List.unmodifiable([ AddressCheckOptions( InternetAddress('1.1.1.1'), // CloudFlare ), AddressCheckOptions( InternetAddress('208.67.222.222'), // OpenDNS ), ]); DataConnectionChecker().addresses = DEFAULTADDRESSES; bool...

This didn't affect me but I think we can close this issue @gloryluu as the issue that was mentioned got merged.

As pr https://github.com/Milad-Akarie/injectable/pull/310 got closed this issue may no longer be relevant. @VNAPNIC @Bennet303 can you try to reproduce this? Thanks