diff options
Diffstat (limited to '')
| -rw-r--r-- | pubspec.yaml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index 3577670..2228d29 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -27,12 +27,6 @@ dependencies: device_apps: ^1.0.9 android_intent: ^0.3.7 - - - # The following adds the Cupertino Icons font to your application. - # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^0.1.3 - dev_dependencies: flutter_test: sdk: flutter @@ -46,7 +40,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: true + uses-material-design: false # To add assets to your application, add an assets section, like this: # assets: |
