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

Worldlink messaging system - chat inbox

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:quickchat/quickchat.dart';

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
          appBar: AppBar(title: Text('Chat Inbox',style: TextStyle(color: Colors.white),),backgroundColor: Colors.blueAccent,),
          body: Quickchat( url: 'https://www.google.com/')),
    );
  }
}
1
likes
115
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

Worldlink messaging system - chat inbox

Documentation

API reference

License

MIT (license)

Dependencies

file_picker, flutter, webview_flutter, webview_flutter_android

More

Packages that depend on quickchat