pubspec.yaml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. name: pedometer
  2. description: Pedometer and Step Detection for Android and iOS
  3. version: 2.1.0
  4. homepage: https://github.com/cph-cachet/flutter-plugins
  5. environment:
  6. sdk: ">=2.7.0 <3.0.0"
  7. flutter: ">=1.10.0"
  8. dependencies:
  9. flutter:
  10. sdk: flutter
  11. dev_dependencies:
  12. flutter_test:
  13. sdk: flutter
  14. # For information on the generic Dart part of this file, see the
  15. # following page: https://dart.dev/tools/pub/pubspec
  16. # The following section is specific to Flutter.
  17. flutter:
  18. # This section identifies this Flutter project as a plugin project.
  19. # The 'pluginClass' and Android 'package' identifiers should not ordinarily
  20. # be modified. They are used by the tooling to maintain consistency when
  21. # adding or updating assets for this project.
  22. plugin:
  23. platforms:
  24. android:
  25. package: com.example.pedometer
  26. pluginClass: PedometerPlugin
  27. ios:
  28. pluginClass: PedometerPlugin
  29. # To add assets to your plugin package, add an assets section, like this:
  30. # assets:
  31. # - images/a_dot_burr.jpeg
  32. # - images/a_dot_ham.jpeg
  33. #
  34. # For details regarding assets in packages, see
  35. # https://flutter.dev/assets-and-images/#from-packages
  36. #
  37. # An image asset can refer to one or more resolution-specific "variants", see
  38. # https://flutter.dev/assets-and-images/#resolution-aware.
  39. # To add custom fonts to your plugin package, 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 in packages, see
  57. # https://flutter.dev/custom-fonts/#from-packages