pubspec.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. name: flutter_svg_example
  2. description: An SVG samnple app.
  3. author: Dan Field <dfield@gmail.com>
  4. homepage: https://github.com/dnfield/flutter_svg
  5. version: 0.0.1
  6. dependencies:
  7. flutter_svg:
  8. path: ../
  9. flutter:
  10. sdk: flutter
  11. # For information on the generic Dart part of this file, see the
  12. # following page: https://www.dartlang.org/tools/pub/pubspec
  13. # The following section is specific to Flutter.
  14. flutter:
  15. # The following line ensures that the Material Icons font is
  16. # included with your application, so that you can use the icons in
  17. # the material Icons class.
  18. uses-material-design: true
  19. # To add assets to your application, add an assets section, like this:
  20. assets:
  21. - assets/
  22. - assets/w3samples/
  23. - assets/deborah_ufw/
  24. - assets/simple/
  25. - assets/wikimedia/
  26. - assets/android_vd/
  27. environment:
  28. sdk: ">=1.19.0 <3.0.0"
  29. flutter: ">=0.7.3 <2.0.0"
  30. # dependency_overrides:
  31. # sky_engine:
  32. # path: /Users/dnfield/engine/src/out/host_debug_unopt/gen/dart-pkg/sky_engine
  33. # sky_services:
  34. # path: /Users/dnfield/engine/src/out/host_debug_unopt/gen/dart-pkg/sky_services