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

discontinued
outdated

A powerful path_provider plugin for Flutter.

fake_path_provider #

Build Status GitHub tag pub package

A powerful path_provider plugin for Flutter.

android #

# 不需要做任何额外接入工作
# 混淆已打入 Library,随 Library 引用,自动添加到 apk 打包混淆

ios #

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

flutter #

snapshot

dependencies:
  fake_path_provider:
    git:
      url: https://github.com/v7lin/fake_path_provider.git

release

latestVersion = 0.0.1
dependencies:
  fake_path_provider: ^${latestVersion}

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.