chat_sdk 0.1.0
chat_sdk: ^0.1.0 copied to clipboard
Chat SDK for Flutter android and iOS using firebase as backend services.
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.1.0Alternatively, 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/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';