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

chatinbox

example/lib/main.dart

import 'package:flutter/material.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: Container()),
    );
  }
}
1
likes
120
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

chatinbox

Documentation

API reference

License

MIT (license)

Dependencies

file_picker, flutter, webview_flutter, webview_flutter_android

More

Packages that depend on quickchat