| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- name: general_package
- description: A new Flutter package project.
- version: 0.0.1
- homepage:
- environment:
- # sdk: '>3.0.1 <4.0.0'
- sdk: '>=2.18.2 <3.0.0'
- flutter: ">=1.17.0"
- dependencies:
- flutter:
- sdk: flutter
- cupertino_icons: ^1.0.2
- flutter_bloc: ^8.1.1
- flutter_spinkit: ^5.1.0
- flutter_color_models: ^1.3.2
- pinput: ^2.2.16
- # pinput: ^2.2.31
- flutter_form_builder: ^7.7.0
- form_field_validator: ^1.1.0
- chips_choice: ^3.0.0
- http: ^0.13.5
- # http: ^1.0.0
- # google_fonts: ^4.0.5
- google_fonts: ^6.1.0
- # fluttertoast: ^8.1.1
- fluttertoast: ^8.2.1
- lottie: ^1.4.3
- provider: ^6.0.4
- connectivity_plus: ^2.3.9
- animated_splash_screen: ^1.3.0
- encrypted_shared_preferences: ^3.0.1
- permission_handler: ^10.2.0
- # image_picker: ^0.8.6
- image_picker: ^1.0.4
- get: ^4.6.5
- # get: ^4.6.6
- get_storage: ^2.1.1
- cached_memory_image: ^1.3.1
- device_info_plus: ^9.0.1
- dart_ipify: ^1.1.1
- firebase_core: ^2.14.0
- firebase_messaging: ^14.6.3
- simple_barcode_scanner: ^0.0.6
- geolocator: ^10.1.0
-
- dev_dependencies:
- flutter_test:
- sdk: flutter
- flutter_lints: ^2.0.0
- # For information on the generic Dart part of this file, see the
- # following page: https://dart.dev/tools/pub/pubspec
- # The following section is specific to Flutter packages.
- flutter:
- # To add assets to your package, add an assets section, like this:
- # assets:
- # - images/a_dot_burr.jpeg
- # - images/a_dot_ham.jpeg
- #
- # For details regarding assets in packages, see
- # https://flutter.dev/assets-and-images/#from-packages
- #
- # An image asset can refer to one or more resolution-specific "variants", see
- # https://flutter.dev/assets-and-images/#resolution-aware
- # To add custom fonts to your package, add a fonts section here,
- # in this "flutter" section. Each entry in this list should have a
- # "family" key with the font family name, and a "fonts" key with a
- # list giving the asset and other descriptors for the font. For
- # example:
- # fonts:
- # - family: Schyler
- # fonts:
- # - asset: fonts/Schyler-Regular.ttf
- # - asset: fonts/Schyler-Italic.ttf
- # style: italic
- # - family: Trajan Pro
- # fonts:
- # - asset: fonts/TrajanPro.ttf
- # - asset: fonts/TrajanPro_Bold.ttf
- # weight: 700
- #
- # For details regarding fonts in packages, see
- # https://flutter.dev/custom-fonts/#from-packages
|