ktcer / fake_okhttp

flutter版okhttp - https://github.com/square/okhttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fake_okhttp

Build Status Codecov GitHub Tag Pub Package License

flutter版okhttp3

配套 cookie_jar

fake_okhttp_cookie_jar

fake 系列 libraries

dart/flutter 私服

OkHttpClient

还是原来的配方,还是熟悉的味道

flutter

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

示例

Getting Started

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

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

About

flutter版okhttp - https://github.com/square/okhttp

License:Apache License 2.0


Languages

Language:Dart 100.0%