Advertisement
Guest User

pubspec.yaml

a guest
Aug 21st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.71 KB | None | 0 0
  1. name: doctorradar
  2. description: A new Flutter project.
  3.  
  4. dependencies:
  5.   flutter:
  6.     sdk: flutter
  7.  
  8.  
  9.   # The following adds the Cupertino Icons font to your application.
  10.   # Use with the CupertinoIcons class for iOS style icons.
  11.   cupertino_icons: ^0.1.0
  12.   firebase_auth:
  13.   google_sign_in:
  14.   cloud_firestore:
  15.   material_search:
  16.   url_launcher:
  17.   shared_preferences:
  18.   share:
  19.   firebase_messaging: ^1.0.4
  20.   fancy_on_boarding: ^0.0.2
  21.   image_picker:
  22.   geolocation: ^0.2.1
  23.   firebase_storage: ^1.0.1
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. dev_dependencies:
  32.   flutter_test:
  33.     sdk: flutter
  34.  
  35.  
  36. # For information on the generic Dart part of this file, see the
  37. # following page: https://www.dartlang.org/tools/pub/pubspec
  38.  
  39. # The following section is specific to Flutter.
  40. flutter:
  41.   # The following line ensures that the Material Icons font is
  42.   # included with your application, so that you can use the icons in
  43.   # the material Icons class.
  44.   uses-material-design: true
  45.  
  46.   # To add assets to your application, add an assets section, like this:
  47.   assets:
  48.      - lib/images/listofdoctors.jpg
  49.      - lib/images/salah.jpg
  50.      - lib/images/icons8-tooth-16.png
  51.      - lib/images/icons8-medical-doctor-filled-100.png
  52.      - lib/images/icons8-receive-cash-filled-100.png
  53.      - lib/images/logo.png
  54.      - lib/images/OverView.png
  55.      - lib/images/Charity.jpg
  56.      - lib/images/icons8-card-payment-480.png
  57.      - lib/images/icons8-ticket-80.png
  58.      - lib/images/icons8-search-512.png
  59.      - lib/images/icons8-front-gate-open-480.png
  60.      - lib/images/deal.png
  61.      - lib/images/doctor.png
  62.      - lib/images/water.gif
  63.      - lib/images/contract.png
  64.      - lib/images/aa5c0933ca70f05f5572698e846f51b8.jpg
  65.  
  66.   #  - images/a_dot_ham.jpeg
  67.  
  68.   # An image asset can refer to one or more resolution-specific "variants", see
  69.   # https://flutter.io/assets-and-images/#resolution-aware.
  70.  
  71.   # For details regarding adding assets from package dependencies, see
  72.   # https://flutter.io/assets-and-images/#from-packages
  73.  
  74.   # To add custom fonts to your application, add a fonts section here,
  75.   # in this "flutter" section. Each entry in this list should have a
  76.   # "family" key with the font family name, and a "fonts" key with a
  77.   # list giving the asset and other descriptors for the font. For
  78.   # example:
  79.   # fonts:
  80.   #   - family: Schyler
  81.   #     fonts:
  82.   #       - asset: fonts/Schyler-Regular.ttf
  83.   #       - asset: fonts/Schyler-Italic.ttf
  84.   #         style: italic
  85.   #   - family: Trajan Pro
  86.   #     fonts:
  87.   #       - asset: fonts/TrajanPro.ttf
  88.   #       - asset: fonts/TrajanPro_Bold.ttf
  89.   #         weight: 700
  90.   #
  91.   # For details regarding fonts from package dependencies,
  92.   # see https://flutter.io/custom-fonts/#from-packages
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement