synw
synw
The code I provided does not even run in Flutter sorry, but at least it throws an exception: I've tested with their `compute` function. After a bit of research it...
@mkok1019 : sorry I can't help because I am not supporting this module any more. The code is a bit outdated. I am exploring some other possibilities to fetch rss,...
@brylie : I think me must not add this goal to 0.2 roadmap as we are actually doing heavy changes in the module and it would be too early too...
[This lib](https://pub.dev/packages/geodesy) can do it as well. The problem is that this kind of brute force geofencing is really slow so not user friendly. If you have a lot of...
Interesting. Do you have some code that we could see? I'm trying to do more or less the same thing using the [geohex](https://github.com/NiKoTron/geohex) encoding format
@johnsonc : can you provide your Channels code? I can start running it and throw some messages in, so that we can have a first idea.
@FZambia : to compile for the web: `flutter build web`. It could be nice to have an example online if it works on the web
I tried to replace dart:io with [HtmlWebSocketChannel](https://pub.dev/packages/web_socket_channel#htmlwebsocketchannel) : [here is a gist](https://gist.github.com/synw/0925d2e5fcf077c4d3132db7614a2136) of `transport.dart`. It does the same thing, hanging at the connection step. The server says this (using the...
I want to permanently listen to a channel that will print some info in the shell from time to time. ```go package main import ( "time" "github.com/abiosoft/ishell" ) func feed(c...
Ideally I would like to have a shell print channel to where I can throw output in from goroutines