Skip to content

Commit

Permalink
Update flutter SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBananaPants committed Apr 17, 2021
1 parent 147143c commit d59ceb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AboutPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class MyAppState extends State<AboutPage> {
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,
),
Expand Down

0 comments on commit d59ceb9

Please sign in to comment.