mediquo_flutter 1.0.2
mediquo_flutter: ^1.0.2 copied to clipboard
A federated Flutter plugin for the MediQuo telemedicine SDK. Bridges the native Android and iOS SDKs (chat, video calls, professional list) with a plain-Dart API.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mediquo_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mediquo_flutter: ^1.0.2Alternatively, 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:mediquo_flutter/mediquo_flutter.dart';