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

A new Flutter plugin.

umeng_game_sdk Flutter Plugin #

安装 #

在工程 pubspec.yaml 中加入 dependencies

dependencies: umeng_game_sdk: 0.0.1

使用 #

import 'package:umeng_game_sdk/umeng_game_sdk.dart';

注意 : 需要先调用 init 来初始化插件,才能保证其他功能正常工作。