getuiflut 0.0.2 copy "getuiflut: ^0.0.2" to clipboard
getuiflut: ^0.0.2 copied to clipboard

outdated

getui flutter plugin

Getui Flutter Plugin #

引用 #

在工程 pubspec.yaml 中加入 dependencies

dependencies:
  getuiflut: 0.0.1

###配置 #####Android: 在 /android/app/build.gradle 中添加下列代码:

android: {
  ....
  defaultConfig {
    applicationId ""
    
    manifestPlaceholders = [
    	GETUI_APP_ID    : "USER_APP_ID",
    	GETUI_APP_KEY   : "USER_APP_KEY",
    	GETUI_APP_SECRET: "USER_APP_SECRET" 
    ]
  }    
}
iOS:

使用 #

import 'package:getuiflut/getuiflut.dart';

API #

12
likes
0
pub points
91%
popularity

Publisher

verified publishergetui.com

getui flutter plugin

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on getuiflut