broadcastbuddy 1.0.1
broadcastbuddy: ^1.0.1 copied to clipboard
Official Dart & Flutter client SDK for Broadcast Buddy. Automated WhatsApp messaging, interactive polls, high-res media streaming, and real-time hotline diagnostics.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add broadcastbuddyWith Flutter:
$ flutter pub add broadcastbuddyThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
broadcastbuddy: ^1.0.1Alternatively, 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:broadcastbuddy/broadcastbuddy.dart';