OpenFlutter / fluwx

Flutter版微信SDK.WeChat SDK for flutter.
Apache License 2.0
3.09k stars 499 forks source link

4.5.2新版本是否去掉了拉起小程序功能 #630

Open kanjiandahai opened 1 month ago

kanjiandahai commented 1 month ago

Describe the bug A clear and concise description of what the bug is. fluwx没有了拉起小程序的方法 launchWeChatMiniProgram To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Which version of Fluwx do you use? Tell us the version of your current Fluwx. 4.5.2 Which device do you run on Tell us the device, like BLA-00 and the OS is Android 10.

Which Flutter do you use?

Run flutter doctor and paste the output here. Flutter 3.22.2

228100868 commented 1 month ago

fluwx.open( target: MiniProgram( username: userName, path: path, miniProgramType: miniProgramType, ));