helpdesk_package 0.0.8 copy "helpdesk_package: ^0.0.8" to clipboard
helpdesk_package: ^0.0.8 copied to clipboard

A new Flutter packagefor helpdesk

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:helpdesk_package/helpdesk_chat.dart';

void main() async {
  WidgetsFlutterBinding.ensureInitialized();
  final service = await ChatService.init(
    appKey: "your_app_key",
    userId: "ADMIN-1",
    isAdmin: true,
    supabaseUrl: "https://xxx.supabase.co",
    supabaseAnonKey: "public-anon-key",
  );

  runApp(MaterialApp(home: AdminChatScreen(service: service)));
}
0
likes
0
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter packagefor helpdesk

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, mqtt_client, supabase_flutter

More

Packages that depend on helpdesk_package