pubspec.yaml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. name: flowy_infra_ui
  2. description: A new flutter plugin project.
  3. version: 0.0.1
  4. homepage:
  5. publish_to: "none"
  6. environment:
  7. sdk: ">=2.12.0 <3.0.0"
  8. flutter: ">=1.20.0"
  9. dependencies:
  10. flutter:
  11. sdk: flutter
  12. # Thirdparty packages
  13. textstyle_extensions: "2.0.0-nullsafety"
  14. dartz:
  15. provider: ^6.0.1
  16. styled_widget: "^0.3.1"
  17. equatable: "^2.0.3"
  18. animations: ^2.0.0
  19. loading_indicator: ^3.0.1
  20. async:
  21. # Federated Platform Interface
  22. flowy_infra_ui_platform_interface:
  23. path: flowy_infra_ui_platform_interface
  24. flowy_infra_ui_web:
  25. path: flowy_infra_ui_web
  26. appflowy_popover:
  27. path: ../appflowy_popover
  28. flowy_infra:
  29. path: ../flowy_infra
  30. dev_dependencies:
  31. flutter_test:
  32. sdk: flutter
  33. flutter_lints: ^2.0.1
  34. flutter:
  35. plugin:
  36. platforms:
  37. # TODO: uncomment android part will fail the Linux build process, will resolve later
  38. # android:
  39. # package: com.example.flowy_infra_ui
  40. # pluginClass: FlowyInfraUIPlugin
  41. ios:
  42. pluginClass: FlowyInfraUIPlugin
  43. macos:
  44. pluginClass: FlowyInfraUIPlugin
  45. windows:
  46. pluginClass: FlowyInfraUIPlugin
  47. linux:
  48. pluginClass: FlowyInfraUIPlugin
  49. web:
  50. default_package: flowy_infra_ui_web