pubspec.yaml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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: '0.10.0-nullsafety.2'
  15. provider: ^5.0.0
  16. styled_widget: '>=0.3.1'
  17. equatable: '>=2.0.2'
  18. animations: ^2.0.0
  19. # Federated Platform Interface
  20. flowy_infra_ui_platform_interface:
  21. path: flowy_infra_ui_platform_interface
  22. flowy_infra_ui_web:
  23. path: flowy_infra_ui_web
  24. # Flowy packages
  25. flowy_infra:
  26. path: ../flowy_infra
  27. dev_dependencies:
  28. flutter_test:
  29. sdk: flutter
  30. flutter_lints: ^1.0.0
  31. flutter:
  32. plugin:
  33. platforms:
  34. android:
  35. package: com.example.flowy_infra_ui
  36. pluginClass: FlowyInfraUIPlugin
  37. ios:
  38. pluginClass: FlowyInfraUIPlugin
  39. macos:
  40. pluginClass: FlowyInfraUIPlugin
  41. windows:
  42. pluginClass: FlowyInfraUIPlugin
  43. web:
  44. default_package: flowy_infra_ui_web