pubspec.yaml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. name: flutter_datetime_picker
  2. description: A date time picker for flutter, you can choose date / time / date&time in English Dutch and Chinese, and you can also custom your own picker content
  3. version: 1.5.1
  4. homepage: https://github.com/Realank/flutter_datetime_picker
  5. environment:
  6. sdk: ">=2.12.0 <3.0.0"
  7. dependencies:
  8. flutter:
  9. sdk: flutter
  10. dev_dependencies:
  11. flutter_test:
  12. sdk: flutter
  13. # For information on the generic Dart part of this file, see the
  14. # following page: https://www.dartlang.org/tools/pub/pubspec
  15. # The following section is specific to Flutter.
  16. flutter:
  17. # To add assets to your package, add an assets section, like this:
  18. # assets:
  19. # - images/a_dot_burr.jpeg
  20. # - images/a_dot_ham.jpeg
  21. #
  22. # For details regarding assets in packages, see
  23. # https://flutter.io/assets-and-images/#from-packages
  24. #
  25. # An image asset can refer to one or more resolution-specific "variants", see
  26. # https://flutter.io/assets-and-images/#resolution-aware.
  27. # To add custom fonts to your package, add a fonts section here,
  28. # in this "flutter" section. Each entry in this list should have a
  29. # "family" key with the font family name, and a "fonts" key with a
  30. # list giving the asset and other descriptors for the font. For
  31. # example:
  32. # fonts:
  33. # - family: Schyler
  34. # fonts:
  35. # - asset: fonts/Schyler-Regular.ttf
  36. # - asset: fonts/Schyler-Italic.ttf
  37. # style: italic
  38. # - family: Trajan Pro
  39. # fonts:
  40. # - asset: fonts/TrajanPro.ttf
  41. # - asset: fonts/TrajanPro_Bold.ttf
  42. # weight: 700
  43. #
  44. # For details regarding fonts in packages, see
  45. # https://flutter.io/custom-fonts/#from-packages