bitchannel 0.0.1-fix-meta copy "bitchannel: ^0.0.1-fix-meta" to clipboard
bitchannel: ^0.0.1-fix-meta copied to clipboard

retracted

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 Dart:

 $ dart pub add bitchannel

With Flutter:

 $ flutter pub add bitchannel

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

dependencies:
  bitchannel: ^0.0.1-fix-meta

Alternatively, your editor might support dart pub get or 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
0
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on bitchannel