flutter_qq 0.0.1 copy "flutter_qq: ^0.0.1" to clipboard
flutter_qq: ^0.0.1 copied to clipboard

outdated

Flutter plugin for QQ.

flutter_qq #

Flutter plugin for QQ.

Getting Started #

<activity
    android:name="com.tencent.connect.common.AssistActivity"
    android:configChanges="orientation|keyboardHidden"
    android:screenOrientation="behind"
    android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<activity
    android:name="com.tencent.tauth.AuthActivity"
    android:launchMode="singleTask"
    android:noHistory="true" >
    <intent-filter>
        <action android:name="android.intent.action.VIEW" />
        <category android:name="android.intent.category.DEFAULT" />
        <category android:name="android.intent.category.BROWSABLE" />
        <data android:scheme="[QQ APPId]" />
    </intent-filter>
</activity>
5
likes
0
pub points
18%
popularity

Publisher

unverified uploader

Flutter plugin for QQ.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_qq