pubspec.yaml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. name: general_package
  2. description: A new Flutter package project.
  3. version: 0.0.1
  4. homepage:
  5. environment:
  6. # sdk: '>3.0.1 <4.0.0'
  7. sdk: '>=2.18.2 <3.0.0'
  8. flutter: ">=1.17.0"
  9. dependencies:
  10. flutter:
  11. sdk: flutter
  12. cupertino_icons: ^1.0.2
  13. flutter_bloc: ^8.1.1
  14. flutter_spinkit: ^5.1.0
  15. flutter_color_models: ^1.3.2
  16. pinput: ^2.2.16
  17. # pinput: ^2.2.31
  18. flutter_form_builder: ^7.7.0
  19. form_field_validator: ^1.1.0
  20. chips_choice: ^3.0.0
  21. http: ^0.13.5
  22. # http: ^1.0.0
  23. # google_fonts: ^4.0.5
  24. google_fonts: ^6.1.0
  25. # fluttertoast: ^8.1.1
  26. fluttertoast: ^8.2.1
  27. lottie: ^1.4.3
  28. provider: ^6.0.4
  29. connectivity_plus: ^2.3.9
  30. animated_splash_screen: ^1.3.0
  31. encrypted_shared_preferences: ^3.0.1
  32. permission_handler: ^10.2.0
  33. # image_picker: ^0.8.6
  34. image_picker: ^1.0.4
  35. get: ^4.6.5
  36. # get: ^4.6.6
  37. get_storage: ^2.1.1
  38. cached_memory_image: ^1.3.1
  39. device_info_plus: ^9.0.1
  40. dart_ipify: ^1.1.1
  41. firebase_core: ^2.14.0
  42. firebase_messaging: ^14.6.3
  43. simple_barcode_scanner: ^0.0.6
  44. geolocator: ^10.1.0
  45. dev_dependencies:
  46. flutter_test:
  47. sdk: flutter
  48. flutter_lints: ^2.0.0
  49. # For information on the generic Dart part of this file, see the
  50. # following page: https://dart.dev/tools/pub/pubspec
  51. # The following section is specific to Flutter packages.
  52. flutter:
  53. # To add assets to your package, add an assets section, like this:
  54. # assets:
  55. # - images/a_dot_burr.jpeg
  56. # - images/a_dot_ham.jpeg
  57. #
  58. # For details regarding assets in packages, see
  59. # https://flutter.dev/assets-and-images/#from-packages
  60. #
  61. # An image asset can refer to one or more resolution-specific "variants", see
  62. # https://flutter.dev/assets-and-images/#resolution-aware
  63. # To add custom fonts to your package, add a fonts section here,
  64. # in this "flutter" section. Each entry in this list should have a
  65. # "family" key with the font family name, and a "fonts" key with a
  66. # list giving the asset and other descriptors for the font. For
  67. # example:
  68. # fonts:
  69. # - family: Schyler
  70. # fonts:
  71. # - asset: fonts/Schyler-Regular.ttf
  72. # - asset: fonts/Schyler-Italic.ttf
  73. # style: italic
  74. # - family: Trajan Pro
  75. # fonts:
  76. # - asset: fonts/TrajanPro.ttf
  77. # - asset: fonts/TrajanPro_Bold.ttf
  78. # weight: 700
  79. #
  80. # For details regarding fonts in packages, see
  81. # https://flutter.dev/custom-fonts/#from-packages