bitchannel 0.0.2 copy "bitchannel: ^0.0.2" to clipboard
bitchannel: ^0.0.2 copied to clipboard

Event support package as a sort of a mix between an event-oriented package and a communication infrastructure package based on channels and bits of information.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bitchannel

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  bitchannel: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:bitchannel/bitchannel.dart';
0
likes
150
points
28
downloads

Publisher

verified publisherwattshout.com

Weekly Downloads

Event support package as a sort of a mix between an event-oriented package and a communication infrastructure package based on channels and bits of information.

Homepage
Repository (GitHub)
View/report issues

Topics

#event

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on bitchannel