pubspec.yaml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. name: example
  2. description: A new Flutter application.
  3. # The following defines the version and build number for your application.
  4. # A version number is three numbers separated by dots, like 1.2.43
  5. # followed by an optional build number separated by a +.
  6. # Both the version and the builder number may be overridden in flutter
  7. # build by specifying --build-name and --build-number, respectively.
  8. # Read more about versioning at semver.org.
  9. version: 1.0.0+1
  10. environment:
  11. sdk: ">=2.12.0 <3.0.0"
  12. dependencies:
  13. flutter:
  14. sdk: flutter
  15. # The following adds the Cupertino Icons font to your application.
  16. # Use with the CupertinoIcons class for iOS style icons.
  17. cupertino_icons: ^1.0.2
  18. flutter_datetime_picker:
  19. path: ../
  20. dev_dependencies:
  21. flutter_test:
  22. sdk: flutter
  23. # For information on the generic Dart part of this file, see the
  24. # following page: https://www.dartlang.org/tools/pub/pubspec
  25. # The following section is specific to Flutter.
  26. flutter:
  27. # The following line ensures that the Material Icons font is
  28. # included with your application, so that you can use the icons in
  29. # the material Icons class.
  30. uses-material-design: true
  31. # To add assets to your application, add an assets section, like this:
  32. # assets:
  33. # - images/a_dot_burr.jpeg
  34. # - images/a_dot_ham.jpeg
  35. # An image asset can refer to one or more resolution-specific "variants", see
  36. # https://flutter.io/assets-and-images/#resolution-aware.
  37. # For details regarding adding assets from package dependencies, see
  38. # https://flutter.io/assets-and-images/#from-packages
  39. # To add custom fonts to your application, add a fonts section here,
  40. # in this "flutter" section. Each entry in this list should have a
  41. # "family" key with the font family name, and a "fonts" key with a
  42. # list giving the asset and other descriptors for the font. For
  43. # example:
  44. # fonts:
  45. # - family: Schyler
  46. # fonts:
  47. # - asset: fonts/Schyler-Regular.ttf
  48. # - asset: fonts/Schyler-Italic.ttf
  49. # style: italic
  50. # - family: Trajan Pro
  51. # fonts:
  52. # - asset: fonts/TrajanPro.ttf
  53. # - asset: fonts/TrajanPro_Bold.ttf
  54. # weight: 700
  55. #
  56. # For details regarding fonts from package dependencies,
  57. # see https://flutter.io/custom-fonts/#from-packages