pubspec.yaml 1.7 KB

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