pubspec.yaml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. name: ysairplane
  2. description: A new Flutter application.
  3. # The following defines the version and build number for your application.
  4. # A version number is three numbers separated by dots, like 1.2.43
  5. # followed by an optional build number separated by a +.
  6. # Both the version and the builder number may be overridden in flutter
  7. # build by specifying --build-name and --build-number, respectively.
  8. # In Android, build-name is used as versionName while build-number used as versionCode.
  9. # Read more about Android versioning at https://developer.android.com/studio/publish/versioning
  10. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
  11. # Read more about iOS versioning at
  12. # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
  13. version: 1.0.0+1
  14. environment:
  15. sdk: ">=2.7.0 <3.0.0"
  16. dependencies:
  17. flutter:
  18. sdk: flutter
  19. flutter_localizations:
  20. sdk: flutter
  21. # The following adds the Cupertino Icons font to your application.
  22. # Use with the CupertinoIcons class for iOS style icons.
  23. cupertino_icons: ^0.1.3
  24. shared_preferences: ^0.5.7+3
  25. dio: ^3.0.10
  26. fluttertoast: ^6.0.1
  27. url_launcher: ^5.5.0
  28. image_picker: ^0.6.7+4
  29. sy_flutter_qiniu_storage: ^0.2.1
  30. path_provider: ^1.6.11
  31. jpush_flutter: ^0.5.5
  32. webview_flutter: ^0.3.22+1
  33. flutter_staggered_grid_view: ^0.3.2
  34. flutter_easyrefresh: ^2.1.5
  35. video_player: ^0.10.12+2
  36. flutter_screenutil: ^3.2.0
  37. flutter_swiper: ^1.1.6
  38. fluwx: ^2.3.0
  39. flutter_alipay: ^1.0.0
  40. encrypt: ^4.0.2
  41. smooth_star_rating: ^1.1.1
  42. cached_network_image: ^2.3.3
  43. dev_dependencies:
  44. flutter_test:
  45. sdk: flutter
  46. # For information on the generic Dart part of this file, see the
  47. # following page: https://dart.dev/tools/pub/pubspec ^2.2.0
  48. # The following section is specific to Flutter.
  49. flutter:
  50. # The following line ensures that the Material Icons font is
  51. # included with your application, so that you can use the icons in
  52. # the material Icons class.
  53. uses-material-design: true
  54. # To add assets to your application, add an assets section, like this:
  55. assets:
  56. - lib/images/home.png
  57. - lib/images/course.png
  58. - lib/images/square.png
  59. - lib/images/mine.png
  60. - lib/images/love.png
  61. - lib/images/love2.png
  62. - lib/images/eyes.png
  63. - lib/images/eyes2.png
  64. - lib/images/squareBg1.png
  65. - lib/images/squareBg2.png
  66. - lib/images/suqareMsg.png
  67. - lib/images/head.png
  68. - lib/images/addSquare.png
  69. - lib/images/squareBg3.png
  70. - lib/images/look.png
  71. - lib/images/photo.png
  72. - lib/images/video.png
  73. - lib/images/tips.png
  74. - lib/images/top.png
  75. - lib/images/money.png
  76. - lib/images/travel.png
  77. - lib/images/collection.png
  78. - lib/images/feedback.png
  79. - lib/images/setting.png
  80. - lib/images/money2.png
  81. - lib/images/off2.png
  82. - lib/images/succeed.png
  83. - lib/images/wallet.png
  84. - lib/images/homeMsg.png
  85. - lib/images/homeAd.png
  86. - lib/images/home1.png
  87. - lib/images/home2.png
  88. - lib/images/vip.png
  89. - lib/images/home3.png
  90. - lib/images/home4.png
  91. - lib/images/vip2.png
  92. - lib/images/agree.png
  93. - lib/images/wechat.png
  94. - lib/images/wexinLogo.png
  95. - lib/images/aliLogo.png
  96. - lib/images/kaiguankai.png
  97. - lib/images/kaiguanguan.png
  98. - lib/images/plane.png
  99. - lib/images/ok.png
  100. - lib/images/marker.png
  101. - lib/images/marker2.png
  102. # An image asset can refer to one or more resolution-specific "variants", see
  103. # https://flutter.dev/assets-and-images/#resolution-aware.
  104. # For details regarding adding assets from package dependencies, see
  105. # https://flutter.dev/assets-and-images/#from-packages
  106. # To add custom fonts to your application, add a fonts section here,
  107. # in this "flutter" section. Each entry in this list should have a
  108. # "family" key with the font family name, and a "fonts" key with a
  109. # list giving the asset and other descriptors for the font. For
  110. # example:
  111. # fonts:
  112. # - family: Schyler
  113. # fonts:
  114. # - asset: fonts/Schyler-Regular.ttf
  115. # - asset: fonts/Schyler-Italic.ttf
  116. # style: italic
  117. # - family: Trajan Pro
  118. # fonts:
  119. # - asset: fonts/TrajanPro.ttf
  120. # - asset: fonts/TrajanPro_Bold.ttf
  121. # weight: 700
  122. #
  123. # For details regarding fonts from package dependencies,
  124. # see https://flutter.dev/custom-fonts/#from-packages