ai_nexconn_chat_plugin 26.2.0 copy "ai_nexconn_chat_plugin: ^26.2.0" to clipboard
ai_nexconn_chat_plugin: ^26.2.0 copied to clipboard

A Flutter plugin for integrating Nexconn Chat SDK features into your application.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'home/home_page.dart';
import 'widgets/api_widgets.dart';

void main() async {
  WidgetsFlutterBinding.ensureInitialized();
  runApp(const NexconnApp());
}

class NexconnApp extends StatelessWidget {
  const NexconnApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Nexconn Flutter Demo',
      navigatorKey: globalNavigatorKey,
      scaffoldMessengerKey: globalScaffoldMessengerKey,
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue),
        useMaterial3: true,
      ),
      home: const HomePage(),
    );
  }
}
0
likes
0
points
438
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for integrating Nexconn Chat SDK features into your application.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, rongcloud_im_wrapper_plugin

More

Packages that depend on ai_nexconn_chat_plugin

Packages that implement ai_nexconn_chat_plugin