1234567891011121314151617181920212223242526 |
- {
- "name": "path_provider_linux",
- "version": "0.0.1",
- "summary": "No-op implementation of path_provider linux plugin to avoid build issues on iOS",
- "description": "No-op implementation of path_provider linux plugin\nSee https://github.com/flutter/flutter/issues/39659",
- "homepage": "https://github.com/flutter/plugins",
- "license": {
- "type": "BSD",
- "file": "../LICENSE"
- },
- "authors": {
- "Flutter Dev Team": "flutter-dev@googlegroups.com"
- },
- "source": {
- "http": "https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_linux"
- },
- "documentation_url": "https://pub.dev/packages/path_provider",
- "dependencies": {
- "Flutter": [
- ]
- },
- "platforms": {
- "ios": "8.0"
- }
- }
|