-
Notifications
You must be signed in to change notification settings - Fork 7
/
brick.yaml
29 lines (27 loc) · 964 Bytes
/
brick.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: flutter_web_preloader
description: A brick that creates a smart web entry point for Flutter that preloads its assets before starting the app.
repository: https://github.com/VeryGoodOpenSource/flutter_web_preloader
version: 0.4.0
environment:
mason: ">=0.1.0-dev.50 <0.1.0"
vars:
project_title:
type: string
description: The project title, defaults to the pubspec name value.
default: ''
prompt: What is project title?
project_description:
type: string
description: The project description, defaults to the pubspec description value.
default: ''
prompt: What is project description?
batch_size:
type: number
description: The number of concurrent loads that the preload will trigger.
default: 20
prompt: Pre load batch size (defaults to 20)?
canvaskit:
type: boolean
description: If the project should pre load canvaskit.
default: true
prompt: Pre load canvas kit (defaults to true)?