name: kasy_kit
description: "A new Flutter project."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Keeps the app off pub.dev (private kit project)

# 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 is used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+130

environment:
  sdk: ^3.11.0

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
  # The following adds the Cupertino Icons font to your application.
  # Use with the CupertinoIcons class for iOS style icons.
  animations: ^3.0.0
  another_flushbar: ^2.2.4
  audioplayers: ^6.1.0
  background_fetch: ^1.5.0
  cloud_firestore: ^6.1.2
  cloud_functions: ^6.0.6
  country_flags: ^4.1.2
  cross_file: ^0.3.5+2
  cupertino_icons: ^1.0.8
  device_info_plus: ^13.2.0
  device_preview: ^1.3.1
  dio: ^5.9.2
  facebook_app_events: ^0.24.0
  firebase_app_installations: ^0.4.0+7
  firebase_auth: ^6.1.4
  firebase_core: ^4.5.0
  firebase_messaging: ^16.1.2
  firebase_remote_config: ^6.2.0
  firebase_storage: ^13.0.6
  flutter:
    sdk: flutter
  flutter_animate: ^4.5.2
  flutter_dotenv: ^6.0.0
  flutter_facebook_auth: ^7.1.5
  flutter_local_notifications: ^22.0.1
  flutter_localizations:
    sdk: flutter
  # Mapbox tiles rendered through flutter_map (pure Dart/HTTP) instead of the
  # mapbox_maps_flutter SDK — that SDK has no web support, and the Drive
  # module needs the exact same map on native and web.
  flutter_map: ^8.3.1
  flutter_native_splash: ^2.4.7
  flutter_riverpod: ^3.1.0
  flutter_secure_storage: ^10.3.1
  flutter_svg: ^2.3.0
  flutter_timezone: ^5.0.1
  flutter_web_plugins:
    sdk: flutter
  freezed_annotation: ^3.1.0
  geolocator: ^14.0.3
  go_router: ^17.1.0
  google_fonts: ^8.0.2
  google_mobile_ads: ^9.0.0
  google_sign_in: ^7.2.0
  home_widget: ^0.9.0
  image: ^4.8.0
  image_picker: ^1.2.1
  in_app_review: ^2.0.11
  intl: ^0.20.2
  jiffy: ^6.4.4
  json_annotation: ^4.9.0
  latlong2: ^0.9.1
  local_auth: ^3.0.1
  logger: ^2.6.2
  lucide_icons_flutter: ^3.1.14
  mixpanel_flutter: ^2.5.0
  open_filex: ^4.7.0
  package_info_plus: ^10.2.1
  path_provider: ^2.1.5
  # Pin the Apple impl of path_provider below 2.6.0/2.5.0. Those versions pull in
  # objective_c via "native assets", whose build hook is unquoted and breaks every
  # build on Windows when the username has a space (C:\Users\John Silva) — even a
  # Chrome/web run, where the Apple-only hook is dead weight. 2.5.1 is the last
  # release without objective_c (added in 2.5.0, reverted in 2.5.1, re-added in
  # 2.6.0). Drop this pin once the upstream web-target regression is fixed.
  path_provider_foundation: 2.5.1
  permission_handler: ^12.0.1
  phone_numbers_parser: ^9.0.25
  provider: ^6.1.0
  pub_semver: ^2.2.0
  purchases_flutter: ^10.4.2
  riverpod_annotation: ^4.0.0
  sentry_flutter: ^9.14.0
  shared_preferences: ^2.5.4
  sign_in_with_apple: ^8.1.0
  slang: ^4.12.1
  slang_flutter: ^4.12.1
  timezone: ^0.11.1
  universal_io: ^2.3.1
  url_launcher: ^6.3.2
  video_player: ^2.11.1
  web: ^1.1.1

dev_dependencies:
  # The "flutter_lints" package below contains a set of recommended lints to
  # encourage good coding practices. The lint set provided by the package is
  # activated in the `analysis_options.yaml` file located at the root of your
  # package. See that file for information about deactivating specific lint
  # rules and activating additional ones.
  build_runner: ^2.11.1
  change_app_package_name: ^1.5.0
  flutter_launcher_icons: ^0.14.4
  flutter_lints: ^6.0.0
  flutter_local_notifications_platform_interface: any
  flutter_test:
    sdk: flutter
  freezed: ^3.2.3
  json_serializable: ^6.11.2
  lint: ^2.8.0
  permission_handler_platform_interface: any
  riverpod_generator: ^4.0.0+1
  sort_pubspec_dependencies: ^0.0.2

# 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:
  uses-material-design: true
  assets:
    - .env
    - assets/images/
    - assets/branding/
    - assets/icons/
    - assets/sounds/
    - assets/video-background.mp4
flutter_launcher_icons:
  image_path: assets/branding/app-icon.png
  android: ic_launcher
  ios: true
  remove_alpha_ios: true
  adaptive_icon_background: assets/branding/app-icon.png
  adaptive_icon_foreground: assets/images/icon_foreground_empty.png
  web:
    generate: true
    # Single web favicon (no light/dark pair). Rounded corners baked into PNG.
    image_path: assets/branding/favicon.png
    background_color: "#01171f"
    theme_color: "#01171f"
flutter_native_splash:
  # Match KasyColors.background (light / dark) so the splash → app transition
  # has zero white/black flash on web, iOS and Android.
  color: "#FAFAFA"
  color_dark: "#0A0A0C"
  fullscreen: false
  ios: true
  android: true
  # Splash-only artwork (extra padding). Keep logo-light/dark.png for in-app
  # KasyBrandLogo so login/signup sizing stays unchanged.
  image: assets/branding/splash-logo-light.png
  image_dark: assets/branding/splash-logo-dark.png
  android_12:
    color: "#FAFAFA"
    color_dark: "#0A0A0C"
    image: assets/branding/splash-logo-light-android12.png
    image_dark: assets/branding/splash-logo-dark-android12.png

  # To add assets to your application, add an assets section, like this:
  # assets:
  #   - images/a_dot_burr.jpeg
  #   - images/a_dot_ham.jpeg

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

  # For details regarding adding assets from package dependencies, see
  # https://flutter.dev/to/asset-from-package

  # 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/to/font-from-package
