From 008f625c89e0bb930dbb4b92c502e3a273b27807 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 3 Jun 2020 19:45:38 +0530 Subject: Fixes type issue and adds style to the dark mode button --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pubspec.yaml') diff --git a/pubspec.yaml b/pubspec.yaml index f14d60b..0fdeb79 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -41,7 +41,7 @@ flutter: # The following line ensures that the Material Icons font is # included with your application, so that you can use the icons in # the material Icons class. - uses-material-design: false + uses-material-design: true # To add assets to your application, add an assets section, like this: # assets: -- cgit v1.3.1