blob: 9eaed23f195a11174be3f3b56bd860a972326d02 [file] [log] [blame] [edit]
>>>
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: () {
;
},
};
}