• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/flutter",
3    "description": "Flutter makes it easy and fast to build beautiful mobile apps. Flutter is Google''s mobile app SDK for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organization",
4    "version": "3.1",
5    "license": "BSD 3-Clause",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/flutter"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "flutter/LICENSE",
13    "readmePath": {
14        "en": "flutter/README.md"
15    },
16    "component": {
17        "name": "flutter",
18        "subsystem": "thirdparty",
19        "syscap": [],
20        "features": ["flutter_feature_skia_small_page_enable"],
21        "adapted_system_type": [
22            "standard"
23        ],
24        "rom": "10MB",
25        "ram": "0",
26        "deps": {
27            "components": [],
28            "third_party": []
29        },
30        "build": {
31            "sub_component": [],
32            "inner_kits": [],
33            "test": []
34        }
35    }
36}