Sha256: 21956f61502925bc02f2ce37ec6c99ca06be01c6421fc83a244d56f3920e7dc8

Contents?: true

Size: 1.64 KB

Versions: 2

Compression:

Stored size: 1.64 KB

Contents

structure:
    android:
        type: directory
        contents:
            assets:
                type: directory
            res:
                type: directory
            android_config.json:
                type: file
                validations:
                    - type: valid_json
                    - type: json_schema
                      schema_path: platform/android/android_config.json
            android_signing.json:
                type: file
                validations:
                    - type: valid_json
                    - type: json_schema
                      schema_path: platform/android/android_signing.json
    ios:
        type: directory
        contents:
            assets:
                type: directory
            ios_config.json:
                type: file
                validations:
                    - type: valid_json
                    - type: json_schema
                      schema_path: platform/ios/ios_config.json
            ios_signing.json:
                type: file
                validations:
                    - type: valid_json
                    - type: json_schema
                      schema_path: platform/ios/ios_signing.json
    shared:
        type: directory
        contents:
            assets:
                type: directory
            brand_config.json:
                type: file
                validations:
                    - type: valid_json
            theme.json:
                type: file
                validations:
                    - type: valid_json
                    - type: json_schema
                      schema_path: platform/shared/theme.json
strict: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
solara-0.2.0 solara/lib/core/doctor/validator/template/flutter_template_validation_config.yml
solara-0.1.0 solara/lib/core/doctor/validator/template/flutter_template_validation_config.yml