We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedb548 commit 6186e3bCopy full SHA for 6186e3b
kanbansim/lib/kanban_sim_app.dart
@@ -7,7 +7,7 @@ import 'package:flutter/foundation.dart' show kIsWeb;
7
import 'dart:io';
8
9
class KanbanSimApp extends StatefulWidget {
10
- final String version = "1.1.5";
+ final String version = "1.1.8";
11
12
static _KanbanSimAppState of(BuildContext context) =>
13
context.findAncestorStateOfType<_KanbanSimAppState>();
0 commit comments