dart_meteor icon indicating copy to clipboard operation
dart_meteor copied to clipboard

A Meteor DDP library for Dart/Flutter developers.

Results 11 dart_meteor issues
Sort by recently updated
recently updated
newest added

Hi, I have a problem with Timeout. You can see the screenshot above. previously there were no problems when trying to connect to the server, including timeouts. This happens often,...

can i convert result of Map from listen collection into List?

Hi! I need to get data for a flutter application from a remote meteor server. The application connects to localhost and receives data packets, but when trying to connect to...

https://pub.dev/packages/universal_io

hi , @tanutapi bro , do you have any plan to merge web with master branch ? thank in advance

I am using the meteor liberia with flutter_bloc i have this function ``` on( (event, emit) async { emit(state.copyWith(loading: true)); await emit.onEach(streamController, onData: (data) { var refactorMap = data.map((key, value)...

1. When I login, everything works great, change the password it starts to fail, when the user closes the application, the session is lost, and he cannot change his password...

Thank you for your work first.meteor3.0 will come week.

hi @tanutapi , i test meteor.collection.listen but the data received from it is different than the actual data in the mongo database This is the publication in my backend meteor...