Skip to content

Commit 9111f8d

Browse files
committed
upgrade dependencies
1 parent 34a68a6 commit 9111f8d

6 files changed

Lines changed: 119 additions & 100 deletions

File tree

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"cSpell.words": [
3+
"grey",
4+
"linux",
5+
"pubspec",
6+
"sigint"
7+
]
8+
}

ReleaseNotes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release Notes
22

3-
## 0.00.006 ...
3+
4+
5+
## 1.0.00
46

57
**features:**
68
* [x] option to log task output

lib/log_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class LogViewStat extends State<LogView> {
2323
super.initState();
2424
}
2525

26-
_scrollToEnd({bool force = false}) async {
26+
void _scrollToEnd({bool force = false}) async {
2727
if (_needsScroll || force) {
2828
try {
2929
if (_scrollController.hasClients) {

0 commit comments

Comments
 (0)