pubspec.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. name: widgets
  2. description: 基础包,原生的封装控件,扩展控件,自定义控件等。
  3. version: 1.0.0
  4. environment:
  5. sdk: '>=3.0.2 <4.0.0'
  6. dependencies:
  7. flutter_localizations:
  8. sdk: flutter
  9. flutter:
  10. sdk: flutter
  11. cupertino_icons: ^1.0.2
  12. # 资源组件
  13. cs_resources:
  14. path: ../cs_resources
  15. # 共享工具组件
  16. shared:
  17. path: ../cs_shared
  18. # 路由
  19. router:
  20. path: ../cs_router
  21. # Riverpod核心库
  22. flutter_riverpod: ^2.5.1
  23. # Riverpod注解
  24. riverpod_annotation: ^2.3.5
  25. # Hooks 简化 Flutter 页面
  26. flutter_hooks: ^0.20.5
  27. # Hooks 简化 Riverpod 获取
  28. hooks_riverpod: ^2.5.1
  29. # WebView插件 https://github.com/flutter/plugins/tree/master/packages/webview_flutter
  30. webview_flutter: ^3.0.4
  31. # 如何使用?WebviewScaffold 整体WebView带上下结构布局
  32. # FlutterWebviewPlugin 单独的WebView插件
  33. # https://pub.dev/packages/flutter_webview_plugin#-readme-tab
  34. # flutter_webview_plugin: ^0.4.0
  35. # flutter_webview_plugin:
  36. # git: https://github.com/nuc134r/flutter_webview_plugin.git
  37. # https://pub-web.flutter-io.cn/packages/flutter_html/example
  38. flutter_html: ^3.0.0-beta.2
  39. # 自定义下拉刷新控件 https://github.com/xuelongqy/flutter_easyrefresh
  40. # sample示例:https://github.com/xuelongqy/flutter_easy_refresh/tree/v3/example/lib/page/sample
  41. easy_refresh: ^3.3.4
  42. ## 列表悬停 https://github.com/fluttercommunity/flutter_sticky_headers
  43. sticky_headers: ^0.3.0
  44. # 弹窗控件 https://github.com/CNAD666/flutter_smart_dialog
  45. # 内部包含吐司气泡 弹窗 下拉选等
  46. flutter_smart_dialog: ^4.9.6
  47. # 处理键盘事件 https://github.com/diegoveloper/flutter_keyboard_actions
  48. # 兼容Android iOS的键盘逻辑处理
  49. flutter_keyboard_visibility: ^6.0.0
  50. # 带缓存的网络图片加载
  51. extended_image: 8.2.0
  52. #手写签名 https://pub.dev/packages/hand_signature
  53. hand_signature: ^3.0.2
  54. # extended_nested_scroll_view
  55. extended_nested_scroll_view: ^6.2.1
  56. # 轮播图
  57. carousel_slider: ^5.0.0
  58. # 评分组件
  59. animated_rating_stars: ^1.0.1
  60. flutter:
  61. uses-material-design: true