WangYng / hb_flutter_util

A common Utils for Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hb_flutter_util

A common Utils for Flutter.

Install Started

  1. Add this to your pubspec.yaml file:
dependencies:
  hb_flutter_util: ^0.0.2
  1. Install it
$ flutter packages get

Configuration

add properties in info.plist in iOS

<key>LSApplicationQueriesSchemes</key>
<array>
    <string>wechat</string>
</array>

Feature

  • check wechat installed.

About

A common Utils for Flutter.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 39.0%Language:Objective-C 26.4%Language:Dart 18.0%Language:Ruby 16.6%