pubspec.yaml 2.1 KB

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