daakia_vc_flutter_sdk 4.2.0
daakia_vc_flutter_sdk: ^4.2.0 copied to clipboard
A ready-to-use Flutter SDK for seamless audio/video calls, group meetings, and scalable conferencing solutions.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add daakia_vc_flutter_sdk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
daakia_vc_flutter_sdk: ^4.2.0
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:daakia_vc_flutter_sdk/daakia_vc_flutter_sdk.dart';