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 825b766 commit 9cd008aCopy full SHA for 9cd008a
lib/main.dart
@@ -30,7 +30,7 @@ const borderColor = Color(0xFF3BBA73);
30
31
class CoreCoderApp extends StatefulWidget {
32
const CoreCoderApp({Key? key}) : super(key: key);
33
- static const String version = "v0.0.2";
+ static const String version = "v0.0.3";
34
static bool isDesktop = (Platform.isWindows || Platform.isLinux || Platform.isMacOS);
35
static bool isLandscape(BuildContext context){
36
var q = MediaQuery.of(context);
0 commit comments