Skip to content
Snippets Groups Projects
pubspec.yaml 4.15 KiB
name: ginkgo
description: A Ğinkgo light wallet

# 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: 0.0.7+1

environment:
  sdk: ">=2.17.1 <3.0.0"

dependencies:
  flutter:
    sdk: flutter

  bloc: ^8.1.0
  flutter_bloc: ^8.1.1
  hydrated_bloc: ^9.0.0
  equatable: ^2.0.5
  path_provider: ^2.0.11
  flutter_displaymode: ^0.5.0
  easy_localization: ^3.0.1
  hive: ^2.2.3
  url_launcher: ^6.1.7
  ionicons: ^0.2.2
  hive_flutter: ^1.1.0
  material_design_icons_flutter: ^6.0.7096
  flutter_svg: ^2.0.2
  flutter_dotenv: ^5.0.2
  http: ^0.13.5
  easy_logger: ^0.0.2
  qr_flutter: ^4.0.0
  simple_barcode_scanner: ^0.0.8
  introduction_screen: ^3.1.6
  connectivity_wrapper: ^1.1.1
  responsive_framework: ^0.2.0
  durt: ^0.1.6
  flutter_neumorphic: ^3.2.0
  shared_preferences: ^2.0.18
  another_flushbar: ^1.12.29
  vibration: ^1.7.6

dev_dependencies:
  flutter_test:
    sdk: flutter
  flutter_lints: ^2.0.1

# 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

  assets: