rongcloud_beauty_wrapper_plugin 5.32.0 copy "rongcloud_beauty_wrapper_plugin: ^5.32.0" to clipboard
rongcloud_beauty_wrapper_plugin: ^5.32.0 copied to clipboard

RongFaceBeautifier for flutter.

example/lib/main.dart

import 'package:flutter/material.dart';

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

class MyApp extends StatefulWidget {
  const MyApp({Key? key}) : super(key: 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('Plugin example app'),
        ),
        body: const Center(
          child: Text('融云基础版美颜插件'),
        ),
      ),
    );
  }
}
0
likes
135
points
154
downloads

Publisher

unverified uploader

Weekly Downloads

RongFaceBeautifier for flutter.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on rongcloud_beauty_wrapper_plugin

Packages that implement rongcloud_beauty_wrapper_plugin