pubspec.yaml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. name: attendance_package
  2. description: A new Flutter project.
  3. version: 1.0.0+1
  4. publish_to: none
  5. environment:
  6. sdk: '>=2.14.0 <3.0.0'
  7. dependencies:
  8. flutter:
  9. sdk: flutter
  10. wisdom_cli:
  11. path: ../wisdom_cli/
  12. # amap_flutter_map: 3.0.0
  13. # amap_flutter_location: ^2.0.0
  14. permission_handler: ^11.3.1
  15. app_package:
  16. path: ../app_package/
  17. flutter_calendar_carousel: ^2.4.4
  18. cupertino_icons: ^1.0.8
  19. # 地理位置获取
  20. geolocator: 11.0.0
  21. dev_dependencies:
  22. flutter_test:
  23. sdk: flutter
  24. # map_flutter_location: ^1.0.0
  25. # For information on the generic Dart part of this file, see the
  26. # following page: https://dart.dev/tools/pub/pubspec
  27. # The following section is specific to Flutter.
  28. flutter:
  29. # The following line ensures that the Material Icons font is
  30. # included with your application, so that you can use the icons in
  31. # the material Icons class.
  32. uses-material-design: true
  33. assets:
  34. - lib/assets/
  35. # To add assets to your application, add an assets section, like this:
  36. # assets:
  37. # - images/a_dot_burr.jpeg
  38. # - images/a_dot_ham.jpeg
  39. # An image asset can refer to one or more resolution-specific "variants", see
  40. # https://flutter.dev/assets-and-images/#resolution-aware.
  41. # For details regarding adding assets from package dependencies, see
  42. # https://flutter.dev/assets-and-images/#from-packages
  43. # To add custom fonts to your application, add a fonts section here,
  44. # in this "flutter" section. Each entry in this list should have a
  45. # "family" key with the font family name, and a "fonts" key with a
  46. # list giving the asset and other descriptors for the font. For
  47. # example:
  48. # fonts:
  49. # - family: Schyler
  50. # fonts:
  51. # - asset: fonts/Schyler-Regular.ttf
  52. # - asset: fonts/Schyler-Italic.ttf
  53. # style: italic
  54. # - family: Trajan Pro
  55. # fonts:
  56. # - asset: fonts/TrajanPro.ttf
  57. # - asset: fonts/TrajanPro_Bold.ttf
  58. # weight: 700
  59. #
  60. # For details regarding fonts from package dependencies,
  61. # see https://flutter.dev/custom-fonts/#from-packages