From d59ceb97a685ae89eafcbc94bd7f73672e797059 Mon Sep 17 00:00:00 2001 From: MrBananaPants Date: Sat, 17 Apr 2021 09:16:53 +0200 Subject: [PATCH] Update flutter SDK version --- lib/AboutPage.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AboutPage.dart b/lib/AboutPage.dart index c94aa20..5a5c01a 100644 --- a/lib/AboutPage.dart +++ b/lib/AboutPage.dart @@ -110,7 +110,7 @@ class MyAppState extends State { Padding( padding: const EdgeInsets.fromLTRB(0, 0, 0, 0), child: Text( - "Flutter: 2.0.3", + "Flutter: 2.0.5", style: TextStyle( color: Theme.of(context).textTheme.bodyText1.color, ),