chat_sdk 0.0.3-dev
chat_sdk: ^0.0.3-dev copied to clipboard
Chat SDK for Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add chat_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
chat_sdk: ^0.0.3-devAlternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:chat_sdk/chatData.dart';
import 'package:chat_sdk/constants.dart';
import 'package:chat_sdk/hexColor.dart';
import 'package:chat_sdk/main.dart';
import 'package:chat_sdk/screens/chat.dart';
import 'package:chat_sdk/screens/dashboard_screen.dart';
import 'package:chat_sdk/screens/fullPhoto.dart';
import 'package:chat_sdk/screens/login_screen.dart';