fluwx_no_pay 6.0.0
fluwx_no_pay: ^6.0.0 copied to clipboard
WeChat SDK Flutter plugin without payment — passes App Store payment compliance review. API is identical to fluwx; calling payment methods returns MissingPluginException.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fluwx_no_payWith Flutter:
$ flutter pub add fluwx_no_payThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fluwx_no_pay: ^6.0.0Alternatively, your editor might support dart pub get or 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/fluwx_no_pay.dart';