100 lines
2.6 KiB
YAML
100 lines
2.6 KiB
YAML
name: mnemo_cards_frontend_common
|
|
description: "A new Flutter package project."
|
|
version: 0.0.1
|
|
homepage: none
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=3.3.0 <4.0.0'
|
|
flutter: ">=1.17.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
cloud_firestore:
|
|
mnemo_cards_common:
|
|
path: ../mnemo_cards_common
|
|
|
|
get_it:
|
|
shared_preferences: ^2.2.3
|
|
flutter_secure_storage: ^9.2.2
|
|
rxdart:
|
|
firebase_core: ^3.3.0
|
|
# firebase_crashlytics:
|
|
# firebase_storage:
|
|
json_serializable:
|
|
json_annotation: ^4.7.0
|
|
auto_size_text: ^3.0.0
|
|
path_provider:
|
|
# google_fonts:
|
|
auto_route:
|
|
flutter_tts: ^4.0.2
|
|
dio: ^5.3.3
|
|
copy_with_extension_gen: ^5.0.4
|
|
archive: ^3.4.6
|
|
shimmer: ^3.0.0
|
|
google_sign_in:
|
|
device_info_plus: ^10.1.1
|
|
package_info_plus: ^8.0.0
|
|
firebase_crashlytics: ^4.0.4
|
|
firebase_analytics: ^11.2.1
|
|
in_app_purchase: ^3.2.0
|
|
dot_navigation_bar: ^1.0.2
|
|
reorderables: ^0.6.0
|
|
story: ^1.1.0
|
|
flutter_screenutil: ^5.9.0
|
|
fl_chart: ^0.68.0
|
|
yookassa_client: ^1.0.2
|
|
# The following adds the Cupertino Icons font to your application.
|
|
# Use with the CupertinoIcons class for iOS style icons.
|
|
cupertino_icons: ^1.0.2
|
|
webview_flutter: ^4.7.0
|
|
flutter_colorpicker: ^1.1.0
|
|
jailbreak_root_detection: ^1.1.1
|
|
|
|
file_picker:
|
|
http_certificate_pinning: ^3.0.1
|
|
url_launcher: ^6.2.6
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^4.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
|