blob: 72dcef36a16c4b7016263d17bb9fbd0f629b2b16 [file] [log] [blame]
>>>
main() {
addTask(
"publish",
createProcessTask("pub",
args: ["publish", "-f"], description: "Publishes a New Version"),
dependencies: [
"version"
]);
}
<<<
main() {
addTask(
"publish",
createProcessTask("pub",
args: ["publish", "-f"], description: "Publishes a New Version"),
dependencies: ["version"]);
}
>>>
Widget build() {
var text = textData;
<AccountValue,
Function>{
AccountValue.start: () {
;
},
};
}
<<<
Widget build() {
var text = textData;
<AccountValue, Function>{
AccountValue.start: () {
;
},
};
}