Showing
3 changed files
with
1 additions
and
50 deletions
| @@ -9,55 +9,9 @@ dependencies: | @@ -9,55 +9,9 @@ dependencies: | ||
| 9 | flutter: | 9 | flutter: |
| 10 | sdk: flutter | 10 | sdk: flutter |
| 11 | 11 | ||
| 12 | - # The following adds the Cupertino Icons font to your application. | ||
| 13 | - # Use with the CupertinoIcons class for iOS style icons. | ||
| 14 | - cupertino_icons: ^0.1.2 | ||
| 15 | - | ||
| 16 | dev_dependencies: | 12 | dev_dependencies: |
| 17 | - flutter_test: | ||
| 18 | - sdk: flutter | ||
| 19 | - | ||
| 20 | wakelock: | 13 | wakelock: |
| 21 | path: ../ | 14 | path: ../ |
| 22 | 15 | ||
| 23 | -# For information on the generic Dart part of this file, see the | ||
| 24 | -# following page: https://dart.dev/tools/pub/pubspec | ||
| 25 | - | ||
| 26 | -# The following section is specific to Flutter. | ||
| 27 | flutter: | 16 | flutter: |
| 28 | - | ||
| 29 | - # The following line ensures that the Material Icons font is | ||
| 30 | - # included with your application, so that you can use the icons in | ||
| 31 | - # the material Icons class. | ||
| 32 | uses-material-design: true | 17 | uses-material-design: true |
| 33 | - | ||
| 34 | - # To add assets to your application, add an assets section, like this: | ||
| 35 | - # assets: | ||
| 36 | - # - images/a_dot_burr.jpeg | ||
| 37 | - # - images/a_dot_ham.jpeg | ||
| 38 | - | ||
| 39 | - # An image asset can refer to one or more resolution-specific "variants", see | ||
| 40 | - # https://flutter.dev/assets-and-images/#resolution-aware. | ||
| 41 | - | ||
| 42 | - # For details regarding adding assets from package dependencies, see | ||
| 43 | - # https://flutter.dev/assets-and-images/#from-packages | ||
| 44 | - | ||
| 45 | - # To add custom fonts to your application, add a fonts section here, | ||
| 46 | - # in this "flutter" section. Each entry in this list should have a | ||
| 47 | - # "family" key with the font family name, and a "fonts" key with a | ||
| 48 | - # list giving the asset and other descriptors for the font. For | ||
| 49 | - # example: | ||
| 50 | - # fonts: | ||
| 51 | - # - family: Schyler | ||
| 52 | - # fonts: | ||
| 53 | - # - asset: fonts/Schyler-Regular.ttf | ||
| 54 | - # - asset: fonts/Schyler-Italic.ttf | ||
| 55 | - # style: italic | ||
| 56 | - # - family: Trajan Pro | ||
| 57 | - # fonts: | ||
| 58 | - # - asset: fonts/TrajanPro.ttf | ||
| 59 | - # - asset: fonts/TrajanPro_Bold.ttf | ||
| 60 | - # weight: 700 | ||
| 61 | - # | ||
| 62 | - # For details regarding fonts from package dependencies, | ||
| 63 | - # see https://flutter.dev/custom-fonts/#from-packages |
| @@ -11,10 +11,6 @@ dependencies: | @@ -11,10 +11,6 @@ dependencies: | ||
| 11 | flutter: | 11 | flutter: |
| 12 | sdk: flutter | 12 | sdk: flutter |
| 13 | 13 | ||
| 14 | -dev_dependencies: | ||
| 15 | - flutter_test: | ||
| 16 | - sdk: flutter | ||
| 17 | - | ||
| 18 | flutter: | 14 | flutter: |
| 19 | plugin: | 15 | plugin: |
| 20 | androidPackage: wakelock.wakelock | 16 | androidPackage: wakelock.wakelock |
-
Please register or login to post a comment