pubspec.yaml 276 B

123456789101112131415161718
  1. name: flowy_svg
  2. description: AppFlowy Svgs
  3. version: 0.1.0+1
  4. publish_to: none
  5. environment:
  6. sdk: ">=3.0.0 <4.0.0"
  7. flutter: 3.10.0
  8. dependencies:
  9. args: ^2.4.2
  10. flutter:
  11. sdk: flutter
  12. flutter_svg: ^2.0.7
  13. path: ^1.8.3
  14. dev_dependencies:
  15. very_good_analysis: ^5.0.0