[yaml] pubspec.yaml

Viewer

copydownloadembedprintName: pubspec.yaml
  1. name: com.portfolio
  2. description: A new Flutter project.
  3.  
  4. # The following line prevents the package from being accidentally published to
  5. # pub.dev using `pub publish`. This is preferred for private packages.
  6. publish_to: 'none# Remove this line if you wish to publish to pub.dev
  7.  
  8. # The following defines the version and build number for your application.
  9. # A version number is three numbers separated by dots, like 1.2.43
  10. # followed by an optional build number separated by a +.
  11. # Both the version and the builder number may be overridden in flutter
  12. # build by specifying --build-name and --build-number, respectively.
  13. # In Android, build-name is used as versionName while build-number used as versionCode.
  14. # Read more about Android versioning at https://developer.android.com/studio/publish/versioning
  15. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
  16. # Read more about iOS versioning at
  17. # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
  18. version: 1.0.0+1
  19.  
  20. environment:
  21.   sdk: ">=2.12.0 <3.0.0"
  22.  
  23. dependencies:
  24.   flutter:
  25.     sdk: flutter
  26.  
  27.   flutter_localizations:
  28.     sdk: flutter
  29.  
  30.  
  31.   # The following adds the Cupertino Icons font to your application.
  32.   # Use with the CupertinoIcons class for iOS style icons.
  33.   cupertino_icons: ^1.0.2
  34.   introduction_screen: ^2.1.0
  35.   flutter_screenutil: ^2.3.0
  36.   equatable: ^1.2.3
  37.   auto_route: ^0.6.7
  38.   flushbar: ^1.10.4
  39.   shimmer: ^1.0.0
  40.   url_launcher: ^5.1.2
  41.   dotted_line: ^3.0.0
  42.   pinput: ^1.2.0
  43.   camera: ^0.8.1+7
  44.   flutter_credit_card: ^2.0.0
  45.   qr_flutter: ^4.0.0
  46.   cached_network_image: ^2.5.1
  47.   charts_flutter: ^0.11.0
  48.   qr_code_scanner: ^0.5.2
  49.   dotted_border: ^1.0.7
  50.   image_picker: ^0.8.3+2
  51.   dio: ^4.0.0
  52.   flutter_bloc: ^6.0.1
  53.   hive: ^2.0.4
  54.   hive_flutter: ^1.1.0
  55.   pull_to_refresh: ^1.5.7
  56.   shared_preferences: ^2.0.7
  57.   crypto: ^3.0.1
  58.   encrypt: ^5.0.1
  59.   json_annotation:
  60.   json_serializable:
  61.   path_provider:
  62.   path:
  63.   flutter_google_places: ^0.2.7
  64.   google_maps_webservice: ^0.0.20-nullsafety.2
  65.   flutter_absolute_path: ^1.0.6
  66.  
  67.   flutter_local_notifications: ^5.0.0+4
  68.  
  69.   firebase_analytics: ^8.0.2
  70.   firebase_core: ^1.1.0
  71.   firebase_messaging: ^10.0.0
  72.   device_info: ^2.0.2
  73.  
  74. dev_dependencies:
  75.   flutter_test:
  76.     sdk: flutter
  77.   build_runner: ^1.0.0
  78.   auto_route_generator:
  79.   hive_generator: ^1.0.0
  80.  
  81.  
  82. # For information on the generic Dart part of this file, see the
  83. # following page: https://dart.dev/tools/pub/pubspec
  84.  
  85. # The following section is specific to Flutter.
  86. flutter:
  87.   # The following line ensures that the Material Icons font is
  88.   # included with your application, so that you can use the icons in
  89.   # the material Icons class.
  90.   uses-material-design: true
  91.  
  92.   # To add assets to your application, add an assets section, like this:
  93.   assets:
  94.     - assets/
  95.  
  96.     - lang/en.json
  97.     - lang/es.json
  98.  
  99.   # An image asset can refer to one or more resolution-specific "variants", see
  100.   # https://flutter.dev/assets-and-images/#resolution-aware.
  101.  
  102.   # For details regarding adding assets from package dependencies, see
  103.   # https://flutter.dev/assets-and-images/#from-packages
  104.  
  105.   # To add custom fonts to your application, add a fonts section here,
  106.   # in this "flutter" section. Each entry in this list should have a
  107.   # "family" key with the font family name, and a "fonts" key with a
  108.   # list giving the asset and other descriptors for the font. For
  109.   # immunised:
  110.   fonts:
  111.     - family: CircularStd
  112.       fonts:
  113.         - asset: assets/font/CircularStd-Black.otf
  114.           weight: 900
  115.         - asset: assets/font/CircularStd-Bold.otf
  116.           weight: 700
  117.         - asset: assets/font/CircularStd-Medium.otf
  118.           weight: 500
  119.         - asset: assets/font/CircularStd-Book.otf
  120.           weight: 400
  121.         - asset: assets/font/CircularStd-Light.otf
  122.           weight: 300
  123.   #
  124.   # For details regarding fonts from package dependencies,
  125.   # see https://flutter.dev/custom-fonts/#from-packages
  126.  

Editor

You can edit this paste and save as new:


File Description
  • pubspec.yaml
  • Paste Code
  • 26 Sep-2021
  • 4.02 Kb
You can Share it: