ios demo version

This commit is contained in:
Semyon Babushkin
2017-10-19 14:46:44 +03:00
parent 1b98b320d2
commit 1e9ddbf3a9
145 changed files with 18395 additions and 208 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "Flutter",
"version": "1.0.0",
"summary": "High-performance, high-fidelity mobile apps.",
"description": "Flutter provides an easy and productive way to build and deploy high-performance mobile apps for Android and iOS.",
"homepage": "https://flutter.io",
"license": {
"type": "MIT",
"file": "../../../../../LICENSE"
},
"authors": {
"Flutter Dev Team": "flutter-dev@googlegroups.com"
},
"source": {
"git": "https://github.com/flutter/engine",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"vendored_frameworks": "Flutter.framework"
}

View File

@@ -0,0 +1,26 @@
{
"name": "path_provider",
"version": "0.0.1",
"summary": "A Flutter plugin for getting commonly used locations on the filesystem.",
"description": "A Flutter plugin for getting commonly used locations on the filesystem.",
"homepage": "https://github.com/flutter/plugins/tree/master/packages/path_provider",
"license": {
"file": "../LICENSE"
},
"authors": {
"Flutter Team": "flutter-dev@googlegroups.com"
},
"source": {
"path": "."
},
"source_files": "Classes/**/*",
"public_header_files": "Classes/**/*.h",
"dependencies": {
"Flutter": [
]
},
"platforms": {
"ios": "8.0"
}
}

View File

@@ -0,0 +1,29 @@
{
"name": "sqflite",
"version": "0.0.1",
"summary": "A new flutter plugin project.",
"description": "A new flutter plugin project.",
"homepage": "http://example.com",
"license": {
"file": "../LICENSE"
},
"authors": {
"Your Company": "email@example.com"
},
"source": {
"path": "."
},
"source_files": "Classes/**/*",
"public_header_files": "Classes/**/*.h",
"dependencies": {
"Flutter": [
],
"FMDB": [
]
},
"platforms": {
"ios": "8.0"
}
}