How to use the example project of the “moyoung_bluetooth_plugin”

You can try this example project first to see if it can run on your computer
link

  1. First, you need to click the link above to download the project


    example project.png
  2. Then open the project, find the 'pubspec.yaml' file, replace 'moyoung_bluetooth_plugin: ^0.0.2' with 'moyoung_bluetooth_plugin: ^0.0.3'. Click 'Pub upgrade' and 'Pub get'


    pubspec.yaml
  3. When console output ‘’finished‘’, then find the iOS folder in the project through the terminal command line and use 'pod install'


    pod install.png
  4. Finally, open the project through xcode, you need to view signing & Capabilities, you can run

open.png

signing & Capabilities.png

你可能感兴趣的:(How to use the example project of the “moyoung_bluetooth_plugin”)