pubspec.yaml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. name: gozap_package
  2. description: A new Flutter package project.
  3. version: 0.0.1
  4. homepage:
  5. environment:
  6. sdk: '>=2.18.2 <3.0.0'
  7. flutter: ">=1.17.0"
  8. dependencies:
  9. flutter:
  10. sdk: flutter
  11. http: ^0.13.5
  12. toast: ^0.3.0
  13. lottie: ^1.4.3
  14. provider: ^6.0.4
  15. connectivity_plus: ^2.3.9
  16. flutter_form_builder: ^7.7.0
  17. form_field_validator: ^1.1.0
  18. animated_splash_screen: ^1.3.0
  19. encrypted_shared_preferences: ^3.0.1
  20. easy_table: ^2.0.1
  21. dev_dependencies:
  22. flutter_test:
  23. sdk: flutter
  24. flutter_lints: ^2.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 packages.
  28. flutter:
  29. # To add assets to your package, add an assets section, like this:
  30. assets:
  31. - assets/locale/
  32. - assets/json/
  33. - assets/images/
  34. - assets/lottie/
  35. - assets/locale/localization_en.json
  36. - assets/images/logos/gofuel_logo.jpeg
  37. - assets/images/logos/gozap_small_color_logo.png
  38. - assets/images/logos/gozap_large_white_logo.png
  39. - assets/images/logos/gozap_smaill_white_bg_logo.png
  40. - assets/images/bg/gozap_small_banner.png
  41. - assets/images/bg/gozap_large_banner.png
  42. - assets/images/personal_info_profile.png
  43. - assets/lottie/registered_lottie.json
  44. - assets/lottie/logged_in_lottie.json
  45. - assets/lottie/recharged_lottie.json
  46. # assets:
  47. # - images/a_dot_burr.jpeg
  48. # - images/a_dot_ham.jpeg
  49. #
  50. # For details regarding assets in packages, see
  51. # https://flutter.dev/assets-and-images/#from-packages
  52. #
  53. # An image asset can refer to one or more resolution-specific "variants", see
  54. # https://flutter.dev/assets-and-images/#resolution-aware
  55. # To add custom fonts to your package, add a fonts section here,
  56. # in this "flutter" section. Each entry in this list should have a
  57. # "family" key with the font family name, and a "fonts" key with a
  58. # list giving the asset and other descriptors for the font. For
  59. # example:
  60. fonts:
  61. - family: GoZAPPIcon
  62. fonts:
  63. - asset: fonts/gozap_icons.ttf
  64. - asset: fonts/icomoon.ttf
  65. # - family: Schyler
  66. # fonts:
  67. # - asset: fonts/Schyler-Regular.ttf
  68. # - asset: fonts/Schyler-Italic.ttf
  69. # style: italic
  70. # - family: Trajan Pro
  71. # fonts:
  72. # - asset: fonts/TrajanPro.ttf
  73. # - asset: fonts/TrajanPro_Bold.ttf
  74. # weight: 700
  75. #
  76. # For details regarding fonts in packages, see
  77. # https://flutter.dev/custom-fonts/#from-packages