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

Integrate virtual backgrounds, blur backgrounds effects in your Flutter app with the 100ms Video Plugin. 100ms video plugin enabled adding virtual backgrounds, blur backgrounds, and other video filter [...]

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatefulWidget {
  const MyApp({super.key});

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('HMS Video Plugin example app'),
        ),
        body: const Center(
          child: Text('HMS Video Plugin example app'),
        ),
      ),
    );
  }
}
3
likes
140
pub points
38%
popularity

Publisher

verified publisher100ms.live

Integrate virtual backgrounds, blur backgrounds effects in your Flutter app with the 100ms Video Plugin. 100ms video plugin enabled adding virtual backgrounds, blur backgrounds, and other video filters to your 100ms video conferencing app.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, hmssdk_flutter, plugin_platform_interface

More

Packages that depend on hms_video_plugin