Untitled

 avatar
unknown
plain_text
3 years ago
5.6 kB
5
Indexable
name: mobile_sev2
description: Mobile App for SEV-2

# 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.3.6+51

environment:
  sdk: ">=2.12.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter
  flutter_localizations:
    sdk: flutter
  basic_utils: ^3.4.0
  connectivity: ^3.0.2
  device_info: ^2.0.0
  dio: ^4.0.0-beta7
  event_bus: ^2.0.0
  firebase_core: ^1.4.0
  firebase_crashlytics: ^2.1.1
  firebase_messaging: ^10.0.4
  firebase_performance: ^0.7.0+7
  firebase_analytics: ^8.3.4
  flutter_clean_architecture: ^5.0.0
  flutter_local_notifications: ^9.1.5
  flutter_dotenv: ^5.0.2
  flutter_launcher_icons: ^0.9.0
  flutter_html: ^3.0.0-alpha.2
  injector: ^2.0.0
  intl: ^0.17.0
  path_provider: ^2.0.1
  rxdart: ^0.26.0
  shared_preferences: ^2.0.4
  encrypt: ^5.0.0-beta.1
  enumerable: ^0.1.3
  flutter_web_auth: ^0.4.1
  sign_in_with_apple: ^3.2.0
  google_fonts: ^2.0.0
  expandable: ^5.0.1
  modal_bottom_sheet: ^2.0.0
  gen_lang:
    git:
      url: https://github.com/glendmaatita/gen_lang_null_safety.git
      ref: master

  # The following adds the Cupertino Icons font to your application.
  # Use with the CupertinoIcons class for iOS style icons.
  cupertino_icons: ^1.0.2
  file_picker: ^4.0.0
  flutter_downloader: ^1.6.0
  permission_handler: ^9.2.0
  hive: ^2.0.2
  hive_flutter: ^1.0.0
  crypto: ^3.0.1
  stream_transform: ^2.0.0
  web_socket_channel: ^2.1.0
  flutter_webrtc: ^0.6.3
  jwt_decode: ^0.3.1
  cached_network_image: ^3.0.0
  flutter_linkify: ^5.0.2
  url_launcher: ^6.0.3
  mime: ^1.0.0
  font_awesome_flutter: ^10.1.0
  flutter_beep: ^1.0.0
  timezone: ^0.8.0
  flutter_link_previewer:
    git:
      url: https://github.com/hakivin/flutter_link_previewer.git
      ref: 2.5.2-custom
  syncfusion_flutter_calendar: ^19.1.67
  video_player: ^2.1.6
  scrollable_positioned_list: ^0.2.0-nullsafety.0
  showcaseview: ^1.1.0
  shimmer: ^2.0.0
  email_validator: ^2.0.1
  uuid: ^3.0.6
  package_info: ^2.0.2
  styled_text:
    git:
      url: https://github.com/toeydevelopment/styled_text_package
      path: styled_text/
  rich_text_view:
    git:
      url: https://github.com/hakivin/rich_text_view.git
      ref: main
  percent_indicator: ^4.0.0
  photo_view: ^0.13.0
  heatmap_calendar:
    git:
      url: https://github.com/hakivin/flutter_heatmap_calendar.git
      ref: master
  pull_to_refresh: ^2.0.0
  workmanager: ^0.4.1
  flutter_math_fork: ^0.6.1
  fluttertoast: ^8.0.9
  # isar: ^2.2.1
  # isar_flutter_libs: ^2.2.1
dependency_overrides:
  platform: ^3.1.0
dev_dependencies:
  flutter_test:
    sdk: flutter
  hive_generator: ^1.0.1
  # isar_generator: ^2.2.1
  build_runner: ^2.1.1
  mockito: ^5.0.16
  change_app_package_name: ^1.0.0

flutter_icons:
  android: true
  ios: true
  image_path: "lib/app/ui/assets/images/suite_logo_new.png"
  image_path_ios: "lib/app/ui/assets/images/suite_logo_ios.png"
  adaptive_icon_background: "lib/app/ui/assets/images/background_black.png"
  adaptive_icon_foreground: "lib/app/ui/assets/images/suite_logo_padding.png"
  remove_alpha_ios: true

# 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:
    - .env
    - lib/app/ui/assets/images/
    - lib/app/ui/assets/2021a.tzf
  #   - 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/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...