logo
0
0
Login

TUIKit Demo for Flutter

The TUIKit demo is a set of instant messaging system that can be quickly built based on TIMUIKit.

  • Running the Demo

flutter run --dart-define=SDK_APPID=xxxx (xxxx is the sdkappID you have applied for; delete these parentheses and the content) --dart-define=ISPRODUCT_ENV=false --dart-define=KEY=xxxx
  • Using Visual Studio debugging tools

Add the following environment parameters in launch.json

"args": [ "--dart-define=SDK_APPID=xxxx (xxxx is the sdkappID you have applied for), "--dart-define=KEY=xxxx (xxxx is your key)" "--dart-define=ISPRODUCT_ENV=false" ]

About

No description, topics, or website provided.
79.35 MiB
0 forks0 stars3 branches0 TagREADMEApache-2.0 license
Language
C81.1%
Dart12.6%
C++4.4%
CMake0.8%
Others1.1%