mobileimsdk_tcp 0.0.14 copy "mobileimsdk_tcp: ^0.0.14" to clipboard
mobileimsdk_tcp: ^0.0.14 copied to clipboard

discontinued
PlatformAndroidiOS

mobileimsdk_tcp

example/lib/main.dart

import 'package:flutter/material.dart';
import 'mobile_im_sdk_login_page.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      routes: {
        '/': (ctx) => MobileIMSDKLoginPage(),
      },
    );
  }
}
0
likes
125
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

mobileimsdk_tcp

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on mobileimsdk_tcp

Packages that implement mobileimsdk_tcp