fluwx_no_pay_rz 3.4.4
fluwx_no_pay_rz: ^3.4.4 copied to clipboard
The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers can use WeChatSDK easily, such as sharing, lanuch mini program and etc.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fluwx_no_pay_rzThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fluwx_no_pay_rz: ^3.4.4Alternatively, 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:fluwx_no_pay_rz/fluwx_no_pay_rz.dart';