pubspec.yaml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. name: flutter_callkit_incoming
  2. description: Flutter Callkit Incoming to show callkit screen in your Flutter app.
  3. version: 2.5.2
  4. homepage: https://github.com/hiennguyen92/flutter_callkit_incoming
  5. repository: https://github.com/hiennguyen92/flutter_callkit_incoming
  6. issue_tracker: https://github.com/hiennguyen92/flutter_callkit_incoming/issues
  7. false_secrets:
  8. - /example/**
  9. environment:
  10. sdk: ">=2.18.0 <4.0.0"
  11. flutter: ">=1.20.0"
  12. dependencies:
  13. flutter:
  14. sdk: flutter
  15. json_annotation: ^4.8.0
  16. dev_dependencies:
  17. build_runner: ^2.4.4
  18. flutter_lints: ^2.0.1
  19. flutter_test:
  20. sdk: flutter
  21. json_serializable: ^6.6.1
  22. # For information on the generic Dart part of this file, see the
  23. # following page: https://dart.dev/tools/pub/pubspec
  24. # The following section is specific to Flutter.
  25. flutter:
  26. # This section identifies this Flutter project as a plugin project.
  27. # The 'pluginClass' and Android 'package' identifiers should not ordinarily
  28. # be modified. They are used by the tooling to maintain consistency when
  29. # adding or updating assets for this project.
  30. plugin:
  31. platforms:
  32. android:
  33. package: com.hiennv.flutter_callkit_incoming
  34. pluginClass: FlutterCallkitIncomingPlugin
  35. ios:
  36. pluginClass: FlutterCallkitIncomingPlugin
  37. # To add assets to your plugin package, add an assets section, like this:
  38. # assets:
  39. # - images/a_dot_burr.jpeg
  40. # - images/a_dot_ham.jpeg
  41. #
  42. # For details regarding assets in packages, see
  43. # https://flutter.dev/assets-and-images/#from-packages
  44. #
  45. # An image asset can refer to one or more resolution-specific "variants", see
  46. # https://flutter.dev/assets-and-images/#resolution-aware.
  47. # To add custom fonts to your plugin package, add a fonts section here,
  48. # in this "flutter" section. Each entry in this list should have a
  49. # "family" key with the font family name, and a "fonts" key with a
  50. # list giving the asset and other descriptors for the font. For
  51. # example:
  52. # fonts:
  53. # - family: Schyler
  54. # fonts:
  55. # - asset: fonts/Schyler-Regular.ttf
  56. # - asset: fonts/Schyler-Italic.ttf
  57. # style: italic
  58. # - family: Trajan Pro
  59. # fonts:
  60. # - asset: fonts/TrajanPro.ttf
  61. # - asset: fonts/TrajanPro_Bold.ttf
  62. # weight: 700
  63. #
  64. # For details regarding fonts in packages, see
  65. # https://flutter.dev/custom-fonts/#from-packages