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

Integrate virtual backgrounds, blur backgrounds effects in your Flutter app with the 100ms Video Plugin.

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
150
pub points
38%
popularity

Publisher

verified publisher100ms.live

Integrate virtual backgrounds, blur backgrounds effects in your Flutter app with the 100ms Video Plugin.

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