flutter_user_channel 1.0.5
flutter_user_channel: ^1.0.5 copied to clipboard
此插件现已停止维护。请使用新插件:platform_bridge (https://pub.dev/packages/platform_bridge) - flutter和原生混编时,用于android和iOS更新flutter中token, 以及其它信息.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_user_channelThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_user_channel: ^1.0.5Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_user_channel/flutter_user_channel.dart';