mirrorfly_plugin 0.0.7 copy "mirrorfly_plugin: ^0.0.7" to clipboard
mirrorfly_plugin: ^0.0.7 copied to clipboard

A Mirrorfly Flutter plugin 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 Dart:

 $ dart pub add mirrorfly_plugin

With Flutter:

 $ flutter pub add mirrorfly_plugin

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mirrorfly_plugin: ^0.0.7

Alternatively, your editor might support dart pub get or 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_plugin/builder.dart';
import 'package:mirrorfly_plugin/fly_chat_method_channel.dart';
import 'package:mirrorfly_plugin/fly_chat_platform_interface.dart';
import 'package:mirrorfly_plugin/flychat.dart';
import 'package:mirrorfly_plugin/mirrorfly.dart';
import 'package:mirrorfly_plugin/mirrorflychat.dart';
import 'package:mirrorfly_plugin/model/chat_message_model.dart';
import 'package:mirrorfly_plugin/model/country_model.dart';
import 'package:mirrorfly_plugin/model/export_model.dart';
import 'package:mirrorfly_plugin/model/group_media_model.dart';
import 'package:mirrorfly_plugin/model/group_members_model.dart';
import 'package:mirrorfly_plugin/model/message_delivered_model.dart';
import 'package:mirrorfly_plugin/model/message_object.dart';
import 'package:mirrorfly_plugin/model/profile_model.dart';
import 'package:mirrorfly_plugin/model/profile_update.dart';
import 'package:mirrorfly_plugin/model/recent_chat.dart';
import 'package:mirrorfly_plugin/model/recent_search_model.dart';
import 'package:mirrorfly_plugin/model/register_model.dart';
import 'package:mirrorfly_plugin/model/status_model.dart';
import 'package:mirrorfly_plugin/model/user_list_model.dart';
import 'package:mirrorfly_plugin/model/web_login_model.dart';
17
likes
0
points
312
downloads

Publisher

verified publishermirrorfly.com

Weekly Downloads

A Mirrorfly Flutter plugin to Experience an outstanding real time messaging solution. The powerful communication that adds an extra mileage to build your chat app.

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on mirrorfly_plugin