Guest User

Untitled

a guest
Dec 6th, 2018
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.13 KB | None | 0 0
  1. name: app_widgets
  2. description: A new Flutter project.
  3.  
  4. # The following defines the version and build number for your application.
  5. # A version number is three numbers separated by dots, like 1.2.43
  6. # followed by an optional build number separated by a +.
  7. # Both the version and the builder number may be overridden in flutter
  8. # build by specifying --build-name and --build-number, respectively.
  9. # Read more about versioning at semver.org.
  10. version: 1.0.0+1
  11.  
  12. environment:
  13.   sdk: ">=2.0.0-dev.68.0 <3.0.0"
  14.  
  15. dependencies:
  16.   flutter:
  17.     sdk: flutter
  18.  
  19.   # The following adds the Cupertino Icons font to your application.
  20.   # Use with the CupertinoIcons class for iOS style icons.
  21.   cupertino_icons: ^0.1.2
  22.  
  23. dev_dependencies:
  24.   flutter_test:
  25.     sdk: flutter
  26.  
  27.  
  28. # For information on the generic Dart part of this file, see the
  29. # following page: https://www.dartlang.org/tools/pub/pubspec
  30.  
  31. # The following section is specific to Flutter.
  32. flutter:
  33.   # The following line ensures that the Material Icons font is
  34.   # included with your application, so that you can use the icons in
  35.   # the material Icons class.
  36. uses-material-design: true
  37.  
  38.   # To add assets to your application, add an assets section, like this:
  39. assets:
  40.  - images/pizza0.png
  41.   - images/pizza1.png
  42.  
  43.   # An image asset can refer to one or more resolution-specific "variants", see
  44.   # https://flutter.io/assets-and-images/#resolution-aware.
  45.  
  46.   # For details regarding adding assets from package dependencies, see
  47.   # https://flutter.io/assets-and-images/#from-packages
  48.  
  49.   # To add custom fonts to your application, add a fonts section here,
  50.   # in this "flutter" section. Each entry in this list should have a
  51.   # "family" key with the font family name, and a "fonts" key with a
  52.   # list giving the asset and other descriptors for the font. For
  53.   # example:
  54. fonts:
  55.   - family: Oxygen
  56.     fonts:
  57.       - asset: fonts/Oxygen-Regular.ttf
  58.       - asset: fonts/Oxygen-Bold.ttf
  59.         weight: 700
  60.       - asset: fonts/Oxygen-Light.ttf
  61.         weight: 300
  62.  
  63.   # For details regarding fonts from package dependencies,
  64.   # see https://flutter.io/custom-fonts/#from-packages
Advertisement
Add Comment
Please, Sign In to add comment