pubspec.yaml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. name: flowy_infra
  2. description: A new Flutter package project.
  3. version: 0.0.1
  4. homepage: https://appflowy.io
  5. environment:
  6. sdk: ">=3.0.0 <4.0.0"
  7. flutter: ">=3.10.1"
  8. dependencies:
  9. flutter:
  10. sdk: flutter
  11. flutter_svg: ^2.0.2
  12. json_annotation: ^4.7.0
  13. path_provider: ^2.0.15
  14. path: ^1.8.2
  15. textstyle_extensions: "2.0.0-nullsafety"
  16. time: ">=2.0.0"
  17. uuid: ">=2.2.2"
  18. bloc: ^8.1.2
  19. freezed_annotation: ^2.1.0
  20. file_picker: ^5.3.1
  21. file: ^6.1.4
  22. dev_dependencies:
  23. flutter_test:
  24. sdk: flutter
  25. build_runner: ^2.2.0
  26. flutter_lints: ^2.0.1
  27. freezed: 2.2.0
  28. json_serializable: ^6.5.4
  29. # For information on the generic Dart part of this file, see the
  30. # following page: https://dart.dev/tools/pub/pubspec
  31. # The following section is specific to Flutter.
  32. flutter:
  33. # To add assets to your package, add an assets section, like this:
  34. # assets:
  35. # - images/a_dot_burr.jpeg
  36. # - images/a_dot_ham.jpeg
  37. #
  38. # For details regarding assets in packages, see
  39. # https://flutter.dev/assets-and-images/#from-packages
  40. #
  41. # An image asset can refer to one or more resolution-specific "variants", see
  42. # https://flutter.dev/assets-and-images/#resolution-aware.
  43. # To add custom fonts to your package, add a fonts section here,
  44. # in this "flutter" section. Each entry in this list should have a
  45. # "family" key with the font family name, and a "fonts" key with a
  46. # list giving the asset and other descriptors for the font. For
  47. # example:
  48. # fonts:
  49. # - family: Schyler
  50. # fonts:
  51. # - asset: fonts/Schyler-Regular.ttf
  52. # - asset: fonts/Schyler-Italic.ttf
  53. # style: italic
  54. # - family: Trajan Pro
  55. # fonts:
  56. # - asset: fonts/TrajanPro.ttf
  57. # - asset: fonts/TrajanPro_Bold.ttf
  58. # weight: 700
  59. #
  60. # For details regarding fonts in packages, see
  61. # https://flutter.dev/custom-fonts/#from-packages