pubspec.yaml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. name: nomo
  2. description: "nomo app"
  3. # The following line prevents the package from being accidentally published to
  4. # pub.dev using `flutter pub publish`. This is preferred for private packages.
  5. publish_to: 'none' # Remove this line if you wish to publish to pub.dev
  6. # The following defines the version and build number for your application.
  7. # A version number is three numbers separated by dots, like 1.2.43
  8. # followed by an optional build number separated by a +.
  9. # Both the version and the builder number may be overridden in flutter
  10. # build by specifying --build-name and --build-number, respectively.
  11. # In Android, build-name is used as versionName while build-number used as versionCode.
  12. # Read more about Android versioning at https://developer.android.com/studio/publish/versioning
  13. # In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
  14. # Read more about iOS versioning at
  15. # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
  16. # In Windows, build-name is used as the major, minor, and patch parts
  17. # of the product and file versions while build-number is used as the build suffix.
  18. version: 1.0.0+1
  19. environment:
  20. sdk: ^3.9.2
  21. # Dependencies specify other packages that your package needs in order to work.
  22. # To automatically upgrade your package dependencies to the latest versions
  23. # consider running `flutter pub upgrade --major-versions`. Alternatively,
  24. # dependencies can be manually updated by changing the version numbers below to
  25. # the latest version available on pub.dev. To see which dependencies have newer
  26. # versions available, run `flutter pub outdated`.
  27. dependencies:
  28. flutter:
  29. sdk: flutter
  30. # The following adds the Cupertino Icons font to your application.
  31. # Use with the CupertinoIcons class for iOS style icons.
  32. cupertino_icons: ^1.0.8 # 图标
  33. dio: ^5.9.0 # 网络请求
  34. path: ^1.9.1 # 路径
  35. logger: ^2.6.1 # 日志
  36. path_provider: ^2.1.5 # 路径提供者
  37. flutter_svg: ^2.2.1 # svg
  38. uuid: ^4.5.1 # uuid
  39. url_launcher: ^6.3.2 # 链接
  40. share_plus: ^12.0.0 # 分享
  41. package_info_plus: ^9.0.0 # 包信息
  42. device_info_plus: ^12.1.0 # 设备信息
  43. connectivity_plus: ^7.0.0 # 网络连接
  44. cached_network_image: ^3.4.1 # 缓存网络图片
  45. animate_do: ^4.2.0 # 动画
  46. date_format: ^2.0.9 # 日期格式
  47. shimmer: ^3.0.0 # 骨架图效果
  48. network_info_plus: ^7.0.0 # 网络信息
  49. android_id: ^0.4.0 # 安卓ID
  50. archive: ^4.0.7 # 压缩
  51. app_links: ^6.4.1 # 应用链接
  52. flutter_custom_tabs: ^2.4.0 # 外链Google浏览器打开
  53. ntp: ^2.0.0 # 网络时间协议
  54. system_clock: ^3.0.0 # 系统时钟
  55. flutter_inappwebview: ^6.1.5 # 内嵌浏览器
  56. crypto: ^3.0.6 # 加密
  57. encrypt: ^5.0.3 # 加密
  58. flutter_markdown: ^0.7.7+1 # markdown
  59. flutter_switch: ^0.3.2 # 开关
  60. json_annotation: ^4.9.0 # 注解
  61. shared_preferences: ^2.5.3 # 共享偏好
  62. flutter_screenutil: ^5.9.3 # 屏幕适配
  63. get: ^5.0.0-release-candidate-9.3.2 # 路由
  64. flutter_spinkit: ^5.2.2 # 加载动画
  65. flutter_secure_storage: ^9.2.4 # 安全存储
  66. permission_handler: ^12.0.1 # 权限
  67. lottie: ^3.3.2 # 动画
  68. pinput: ^5.0.2 # 验证码输入框
  69. play_install_referrer: ^0.5.0 # google play install referrer
  70. # infinite_scroll_pagination: ^5.1.1 # 无限滚动分页
  71. # custom_refresh_indicator: ^4.0.1 # 自定义刷新指示器
  72. flutter_sticky_header: ^0.8.0 # 吸顶列表
  73. event_bus: ^2.0.0 # 事件总线
  74. animated_reorderable_list: ^1.3.0 # 可重新排序的动画列表
  75. freezed_annotation: ^2.4.4
  76. screenshot: ^3.0.0 # 截图
  77. image_gallery_saver_plus: ^4.0.1 # 保存图片到相册
  78. video_player: ^2.10.1 # 视频播放器
  79. in_app_purchase: ^3.2.3 # 内购
  80. carousel_slider: ^5.1.1 # 轮播图
  81. pull_to_refresh_flutter3: ^2.0.2 # 下拉刷新
  82. awesome_notifications: ^0.10.1 # 通知
  83. flutter_app_group_directory: ^1.1.0 # App Group目录
  84. shelf_web_socket: ^3.0.0 # windows 进程通信
  85. shelf: ^1.4.2 # windows 进程通信
  86. ffi: ^2.1.5 # FFI
  87. shortid: ^0.1.2 # windows 菜单id
  88. flutter_native_splash: ^2.4.6 # 应用启动页
  89. # hive_ce: ^2.17.0 # 本地缓存
  90. dev_dependencies:
  91. flutter_test:
  92. sdk: flutter
  93. # The "flutter_lints" package below contains a set of recommended lints to
  94. # encourage good coding practices. The lint set provided by the package is
  95. # activated in the `analysis_options.yaml` file located at the root of your
  96. # package. See that file for information about deactivating specific lint
  97. # rules and activating additional ones.
  98. flutter_lints: ^5.0.0
  99. build_runner: ^2.4.14
  100. freezed: ^2.5.8
  101. json_serializable: ^6.9.3
  102. pigeon: ^26.0.1
  103. flutter_launcher_icons: ^0.14.4 # 应用图标
  104. change_app_package_name: ^1.5.0 # 改变应用包名
  105. rename_app: ^1.6.5 # 重命名应用
  106. # For information on the generic Dart part of this file, see the
  107. # following page: https://dart.dev/tools/pub/pubspec
  108. # The following section is specific to Flutter packages.
  109. flutter:
  110. # The following line ensures that the Material Icons font is
  111. # included with your application, so that you can use the icons in
  112. # the material Icons class.
  113. uses-material-design: true
  114. assets:
  115. - assets/images/
  116. - assets/images/streaming/
  117. - assets/images/identity/
  118. - assets/images/round/
  119. - assets/images/html/
  120. - assets/vectors/
  121. - assets/vectors/boost/
  122. - assets/vectors/status/
  123. - assets/vectors/social/
  124. - assets/fonts/
  125. - assets/lottie/
  126. - assets/flags/
  127. - assets/
  128. - assets/html/
  129. - assets/md/
  130. - assets/trayicon/dark/
  131. - assets/trayicon/light/
  132. fonts:
  133. - family: FiraSans
  134. fonts:
  135. - asset: assets/fonts/FiraSans-Regular.ttf
  136. weight: 300
  137. - asset: assets/fonts/FiraSans-Medium.ttf
  138. weight: 500
  139. - asset: assets/fonts/FiraSans-SemiBold.ttf
  140. weight: 700
  141. - family: NotoSansMyanmar
  142. fonts:
  143. - asset: assets/fonts/NotoSansMyanmar-Regular.ttf
  144. weight: 300
  145. - asset: assets/fonts/NotoSansMyanmar-Medium.ttf
  146. weight: 500
  147. - asset: assets/fonts/NotoSansMyanmar-SemiBold.ttf
  148. weight: 700
  149. - family: Vazirmatn
  150. fonts:
  151. - asset: assets/fonts/Vazirmatn-Regular.ttf
  152. weight: 300
  153. - asset: assets/fonts/Vazirmatn-Medium.ttf
  154. weight: 500
  155. - asset: assets/fonts/Vazirmatn-SemiBold.ttf
  156. weight: 700
  157. - family: iconfont
  158. fonts:
  159. - asset: assets/fonts/iconfont.ttf
  160. # To add assets to your application, add an assets section, like this:
  161. # assets:
  162. # - images/a_dot_burr.jpeg
  163. # - images/a_dot_ham.jpeg
  164. # An image asset can refer to one or more resolution-specific "variants", see
  165. # https://flutter.dev/to/resolution-aware-images
  166. # For details regarding adding assets from package dependencies, see
  167. # https://flutter.dev/to/asset-from-package
  168. # To add custom fonts to your application, add a fonts section here,
  169. # in this "flutter" section. Each entry in this list should have a
  170. # "family" key with the font family name, and a "fonts" key with a
  171. # list giving the asset and other descriptors for the font. For
  172. # example:
  173. # fonts:
  174. # - family: Schyler
  175. # fonts:
  176. # - asset: fonts/Schyler-Regular.ttf
  177. # - asset: fonts/Schyler-Italic.ttf
  178. # style: italic
  179. # - family: Trajan Pro
  180. # fonts:
  181. # - asset: fonts/TrajanPro.ttf
  182. # - asset: fonts/TrajanPro_Bold.ttf
  183. # weight: 700
  184. #
  185. # For details regarding fonts from package dependencies,
  186. # see https://flutter.dev/to/font-from-package