fake_whatsapp 0.0.1 copy "fake_whatsapp: ^0.0.1" to clipboard
fake_whatsapp: ^0.0.1 copied to clipboard

discontinued

A powerful whatsapp plugin for Flutter.

fake_whatsapp #

Build Status Codecov GitHub Tag Pub Package License

A powerful whatsapp plugin for Flutter.

docs #

android #

# 不需要做任何额外接入工作

ios #

iOS 9系统策略更新,限制了http协议的访问,此外应用需要在“Info.plist”中将要使用的URL Schemes列为白名单,才可正常检查其他应用是否安装。

<key>LSApplicationQueriesSchemes</key>
<array>
    <string>whatsapp</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
    <key>NSAllowsArbitraryLoads</key>
    <true/>
</dict>

flutter #

  • snapshot
dependencies:
  fake_whatsapp:
    git:
      url: https://github.com/v7lin/fake_whatsapp.git
  • release
dependencies:
  fake_whatsapp: ^${latestTag}
  • example

示例

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

0
likes
30
pub points
0%
popularity

Publisher

verified publisherhaitanyule.com

A powerful whatsapp plugin for Flutter.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on fake_whatsapp