pubspec.yaml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. name: naiyouwl
  2. version: 1.0.0+1
  3. publish_to: none
  4. description: naiyou
  5. environment:
  6. sdk: '>=3.1.1 <4.0.0'
  7. dependencies:
  8. web_socket_channel: ^2.1.0
  9. yaml: ^3.1.0
  10. flutter_emoji: ^2.4.0
  11. process_run: ^0.13.0
  12. tray_manager: ^0.2.0
  13. proxy_manager: ^0.0.3
  14. shared_preferences: ^2.0.10
  15. cupertino_icons: ^1.0.2
  16. window_manager: ^0.3.6
  17. http: ^1.1.0
  18. provider: ^6.0.5
  19. logger: ^2.0.2+1
  20. intl: ^0.18.1
  21. get: 4.6.6
  22. flutter:
  23. sdk: flutter
  24. dio: ^4.0.6
  25. connectivity_plus: ^2.3.6
  26. flutter_secure_storage: ^5.0.2
  27. ffi: ^2.0.1
  28. dart_json_mapper: ^2.2.7
  29. url_launcher: ^6.1.11
  30. path_provider: ^2.0.11
  31. kommon: ^0.4.1
  32. bot_toast: ^4.1.3
  33. dev_dependencies:
  34. flutter_lints: ^2.0.0
  35. flutter_test:
  36. sdk: flutter
  37. ffigen: any
  38. build_runner: ^2.4.4
  39. test: ^1.24.3
  40. flutter:
  41. assets:
  42. - assets/
  43. - assets/bin/
  44. - assets/dep/
  45. - assets/images/login/
  46. - assets/images/main/
  47. - assets/images/node/
  48. - assets/images/logo/
  49. # - images/login/login.png
  50. # - images/main/main.png
  51. # - images/main/refresh.png
  52. # - images/main/userstatus.png
  53. # - images/main/userstatusoff.png
  54. # - images/main/customer.png
  55. # - images/main/promotion.png
  56. # - images/main/tutorial.png
  57. # - images/main/renewal.png
  58. # - images/main/disconnected.gif
  59. # - images/main/connecting.gif
  60. # - images/main/stopped.gif
  61. # - images/node/nodebg.png
  62. # - images/node/nodetablebg.png
  63. uses-material-design: true
  64. ffigen:
  65. output: 'lib/clash_generated_bindings.dart'
  66. headers:
  67. entry-points:
  68. - 'core/libclash.h'
  69. # llvm-path:
  70. # - 'C:/Users/Casbin/Scoop/apps/llvm/current'