bitsocket_connect 0.5.1 copy "bitsocket_connect: ^0.5.1" to clipboard
bitsocket_connect: ^0.5.1 copied to clipboard

A plug and play Bitsocket connection for Flutter Web.

A plug and play Bitsocket for Flutter Web.

Usage #

Connect to Bitsocket:

import 'package:bitsocket_connect/bitsocket_connect.dart';
var query = {
    'v': 3,
    'q': {
      'find': {},
      'project': {"tx.h": 1}
    }
  };
  
  void process(tx){
   print(tx);
  }

var bitsocket=Bitsocket();
bitsocket.connect(query,process);

Close the connection: bitsocket.close()

1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A plug and play Bitsocket connection for Flutter Web.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on bitsocket_connect