mirrorfly_chat 0.0.1 mirrorfly_chat: ^0.0.1 copied to clipboard
A MirrorFly Chat to Experience an outstanding real time messaging solution. The powerful communication that adds an extra mileage to build your chat app.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mirrorfly_chat
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
mirrorfly_chat: ^0.0.1
Alternatively, 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:mirrorfly_chat/builder.dart';
import 'package:mirrorfly_chat/fly_chat_method_channel.dart';
import 'package:mirrorfly_chat/fly_chat_platform_interface.dart';
import 'package:mirrorfly_chat/flychat.dart';
import 'package:mirrorfly_chat/mirrorfly.dart';
import 'package:mirrorfly_chat/mirrorflychat.dart';
import 'package:mirrorfly_chat/model/chat_message_model.dart';
import 'package:mirrorfly_chat/model/country_model.dart';
import 'package:mirrorfly_chat/model/export_model.dart';
import 'package:mirrorfly_chat/model/group_media_model.dart';
import 'package:mirrorfly_chat/model/group_members_model.dart';
import 'package:mirrorfly_chat/model/message_delivered_model.dart';
import 'package:mirrorfly_chat/model/message_object.dart';
import 'package:mirrorfly_chat/model/profile_model.dart';
import 'package:mirrorfly_chat/model/profile_update.dart';
import 'package:mirrorfly_chat/model/recent_chat.dart';
import 'package:mirrorfly_chat/model/recent_search_model.dart';
import 'package:mirrorfly_chat/model/register_model.dart';
import 'package:mirrorfly_chat/model/status_model.dart';
import 'package:mirrorfly_chat/model/user_list_model.dart';
import 'package:mirrorfly_chat/model/web_login_model.dart';