infobip_voice 0.0.1 copy "infobip_voice: ^0.0.1" to clipboard
infobip_voice: ^0.0.1 copied to clipboard

Infobip voice is a Flutter plugin which enables you to take advantage of Infobip platform, giving you the ability to enrich yCour apps with real-time communications in minimum time.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'ui/pages/login_page/login_page.dart';

void main() {
  runApp(MaterialApp(
    title: 'InfoBip WebRTC',
    theme: ThemeData(
      brightness: Brightness.light,
    ),
    darkTheme: ThemeData(
      brightness: Brightness.dark,
    ),
    themeMode: ThemeMode.dark,
    home: const LoginPage(),
  ));
}
1
likes
130
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

Infobip voice is a Flutter plugin which enables you to take advantage of Infobip platform, giving you the ability to enrich yCour apps with real-time communications in minimum time.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

dio, flutter, json_annotation, logger

More

Packages that depend on infobip_voice