pubspec.yaml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. name: cool_ui
  2. description: 用flutter实现一些我认为好看的UI控件,目前暂时只有Popover,Weui,不过有什么觉得好看的可以提Issue
  3. version: 0.1.0
  4. author: Kevin <liangkaikevin@gmail.com>
  5. homepage: https://github.com/Im-Kevin/cool_ui
  6. environment:
  7. sdk: ">=2.0.0-dev.68.0 <3.0.0"
  8. dependencies:
  9. flutter:
  10. sdk: flutter
  11. flustars: 0.1.3
  12. flutter_spinkit: "^2.1.0"
  13. dev_dependencies:
  14. flutter_test:
  15. sdk: flutter
  16. # For information on the generic Dart part of this file, see the
  17. # following page: https://www.dartlang.org/tools/pub/pubspec
  18. # The following section is specific to Flutter.
  19. flutter:
  20. # To add assets to your package, add an assets section, like this:
  21. assets:
  22. - assets/images/loading.png
  23. # - images/a_dot_ham.jpeg
  24. #
  25. # For details regarding assets in packages, see
  26. # https://flutter.io/assets-and-images/#from-packages
  27. #
  28. # An image asset can refer to one or more resolution-specific "variants", see
  29. # https://flutter.io/assets-and-images/#resolution-aware.
  30. # To add custom fonts to your package, add a fonts section here,
  31. # in this "flutter" section. Each entry in this list should have a
  32. # "family" key with the font family name, and a "fonts" key with a
  33. # list giving the asset and other descriptors for the font. For
  34. # example:
  35. fonts:
  36. - family: CoolUIIcons
  37. fonts:
  38. - asset: assets/fonts/CoolUI.ttf
  39. # - asset: fonts/Schyler-Italic.ttf
  40. # style: italic
  41. # - family: Trajan Pro
  42. # fonts:
  43. # - asset: fonts/TrajanPro.ttf
  44. # - asset: fonts/TrajanPro_Bold.ttf
  45. # weight: 700
  46. #
  47. # For details regarding fonts in packages, see
  48. # https://flutter.io/custom-fonts/#from-packages