MirrorFly / MirrorFly-Flutter-Sample

Official repository for MirrorFly Flutter Chat SDK + UI Kit. Integrate 150+ messaging & calling features into any Android or iOS app in <20 mins . Add 100+ UI components including icons and fonts to provide full native performance on any platform.

Home Page:https://www.mirrorfly.com/flutter-chat-sdk.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MirrorFly Chat App Sample for Flutter

If you're looking for the fastest way in action with CONTUS TECH MirrorFly Plugin, then you need to build your app on top of our sample version. Simply download the sample app and commence your app development.

Configuration

Replace the licence key , ios Container ID with yours in main.dart file.

  Mirrorfly.init(
      baseUrl: 'https://api-preprod-sandbox.mirrorfly.com/api/v1/',
      licenseKey: 'Please enter your License key',
      iOSContainerID: 'Please enter your Container ID') //Container ID should be same as App Groups 

Google Services

If you are going to check Location sharing feature,

Android

Specify your API key in the application manifest android/app/src/main/AndroidManifest.xml:

    <meta-data android:name="com.google.android.geo.API_KEY"
    android:value="YOUR GOOGLE KEY HERE"/>

    <meta-data android:name="com.google.android.geo.API_THUMP_KEY"
    android:value="YOUR GOOGLE KEY HERE"/>

iOS

Specify your API key in the AppDelegate.swift and info.plist

  GMSServices.provideAPIKey("YOUR GOOGLE KEY HERE")
  <key>API_THUMP_KEY</key>
  <string>YOUR GOOGLE KEY HERE</string>

Run project

  • flutter pub get
  • flutter run

Getting Help

Check out the Official MirrorFly Flutter docs and MirrorFly Developer Portal for tutorials and videos. If you need any help in resolving any issues or have questions, Drop a mail to (integration@contus.in).

About

Official repository for MirrorFly Flutter Chat SDK + UI Kit. Integrate 150+ messaging & calling features into any Android or iOS app in <20 mins . Add 100+ UI components including icons and fonts to provide full native performance on any platform.

https://www.mirrorfly.com/flutter-chat-sdk.php

License:MIT License


Languages

Language:Dart 96.6%Language:C++ 1.4%Language:CMake 1.1%Language:Swift 0.4%Language:Ruby 0.3%Language:HTML 0.1%Language:C 0.1%Language:Kotlin 0.1%Language:Objective-C 0.0%