Skip to content

shmy/android_intent

Repository files navigation

android_intent

A new flutter plugin project.

Getting Started

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

  • ios add to info.plist
<key>CFBundleURLTypes</key>
<array>
  <dict>
  <key>CFBundleURLName</key>
  <string>alipay</string>
  </dict>
</array>

<key>LSApplicationQueriesSchemes</key>
<array>
  <string>alipay</string>
</array>