ar_rtc_engine 4.2.8 copy "ar_rtc_engine: ^4.2.8" to clipboard
ar_rtc_engine: ^4.2.8 copied to clipboard

Flutter plugin for anyRTC Video SDK.

example/lib/main.dart

import 'package:flutter/material.dart';

import './src/pages/index.dart';

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

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: IndexPage(),
    );
  }
}
0
likes
105
pub points
0%
popularity

Publisher

unverified uploader

Flutter plugin for anyRTC Video SDK.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, json_annotation

More

Packages that depend on ar_rtc_engine