bspoke_jitsi_web_plugin 0.0.4 copy "bspoke_jitsi_web_plugin: ^0.0.4" to clipboard
bspoke_jitsi_web_plugin: ^0.0.4 copied to clipboard

Platformweb

A common plugin for the custom jitsi-meet web and mobile implementation for Virtual Hospital.

example/main.dart

import 'package:flutter/material.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Welcome to Flutter',
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Welcome to Flutter'),
        ),
        body: const Center(
          child: Text('Hello World'),
        ),
      ),
    );
  }
}
0
likes
150
pub points
0%
popularity

Publisher

unverified uploader

A common plugin for the custom jitsi-meet web and mobile implementation for Virtual Hospital.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bspoke_jitsi_platform_interface, flutter, flutter_web_plugins, js, meta

More

Packages that depend on bspoke_jitsi_web_plugin