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, ),