Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

RxReader/proxy_kit

Repository files navigation

proxy_kit

GitHub Tag Pub Package License

A powerful proxy plugin for Flutter.

android

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

ios

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

flutter

  • snapshot
dependencies:
  proxy_kit:
    git:
      url: https://github.com/rxreader/proxy_kit.git
  • release
dependencies:
  proxy_kit: ^${latestTag}

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.