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