Untitled

 avatar
unknown
dart
3 years ago
5.1 kB
7
Indexable
name: mobile
description: A new Flutter project.

# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.1+2

environment:
  sdk: ">=2.7.0 <3.0.0"

dependencies:
  readmore: any
  delayed_display: ^2.0.0
  otp_count_down: ^1.0.6
  flutter_speed_dial: ^4.3.0
  full_screen_image: any
  onesignal_flutter: ^3.0.0
  restart_app: ^1.0.3
  hijri: ^2.0.3
  sk_onboarding_screen: ^1.0.1
  sentry_flutter: ^5.1.0
  uuid: ^3.0.4
  image_cropper: ^1.3.1
  flutter_absolute_path: ^1.0.6
  infinite_scroll_pagination: ^3.1.0
  fancy_shimmer_image: ^2.0.0+2
  shimmer: ^2.0.0
  share: ^0.6.5+4
  emoji_picker: ^0.1.0
  faker: ^2.0.0
  permission_handler: ^6.0.0
  
  # GET
  get: 4.0.0-nullsafety.2
  get_storage: 2.0.1
  # DIO
  dio: 4.0.0-beta7
  dio_http_cache:
    git:
      url: git://github.com/shinayser/dio-http-cache.git
  # FONT
  google_fonts: 2.0.0
  #IMAGES, SLIDERS, LAYOUTS
  image_picker: 0.8.4+1
  path_provider: ^2.0.2
  cross_file: 0.3.1+5
  dots_indicator: ^2.0.0
  tap_debouncer: ^2.0.0
  numberpicker: ^2.0.1
  fl_chart: ^0.40.2
  multi_image_picker2: ^5.0.2
  platform_date_picker: ^0.0.4+1
  carousel_slider: 3.0.0
  flutter_svg: 0.21.0-nullsafety.0
  flutter_staggered_grid_view: 0.3.4
  cupertino_icons: any
  animated_splash_screen: ^1.1.0
  flutter_credit_card: ^3.0.1
  firebase_dynamic_links: ^0.8.0
  audioplayers: ^0.19.1
  flutter_audio_recorder2: ^0.0.2
  audio_visualizer: ^0.1.1
  mic_stream: ^0.5.0
  myfatoorah_flutter: ^2.1.0
  #toast
  fluttertoast: ^7.1.6
  visibility_detector: ^0.2.2

  #file_piker
  file_picker: 3.0.0
  # filesystem_picker: 1.0.3
  # WEB
  url_launcher: ^6.0.6
  webview_flutter: ^2.0.12
  flutter_html: 2.0.0-nullsafety.0
  # FIREBASE
  firebase_messaging: 9.0.0
  cloud_firestore: 1.0.1
  firebase_auth: 1.0.1
  firebase_core: 1.0.1
  firebase_storage: 8.0.0
  # GOOGLE MAPS
  google_maps_flutter: ^2.0.9
  location: ^4.1.1
  geolocator: ^7.0.1
  geocoder: ^0.2.1
  geocoding: ^2.0.0
  google_place: ^0.4.1

  chewie: ^1.2.2
  volume_watcher: ^2.0.1
  flutter:
    sdk: flutter
  flutter_localizations:
    sdk: flutter
  #unique Elements
  darq: 1.1.1
dependency_overrides:
  path_provider: 2.0.1

dev_dependencies:
  flutter_test:
    sdk: flutter
  flutter_launcher_icons: 0.9.0 
  flutter_native_splash: ^1.1.0
flutter_native_splash: 
 color: "#ffffff"
 image: assets/icon/logo-1.png
 android : true
 ios : true


flutter_icons:
  android: true
  ios: true
  image_path: "assets/icon/logo-1.png"

# 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.
flutter:

  # The following line ensures that the Material Icons font is
  # included with your application, so that you can use the icons in
  # the material Icons class.
  uses-material-design: true

  # To add assets to your application, add an assets section, like this:
  assets:
    - config/
    - assets/img/
    - assets/icon/
    - assets/locales/
    - assets/svg/

  # An image asset can refer to one or more resolution-specific "variants", see
  # https://flutter.dev/assets-and-images/#resolution-aware.

  # For details regarding adding assets from package dependencies, see
  # https://flutter.dev/assets-and-images/#from-packages

  # To add custom fonts to your application, 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 from package dependencies,
  # see https://flutter.dev/custom-fonts/#from-packages
Editor is loading...