blob: c68b61eadee64e77285cf04daf4a82483f0b16b9 [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: () {
;
},
};
}