Advertisement
Guest User

pubspec

a guest
Nov 15th, 2021
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.21 KB | None | 0 0
  1. name: app
  2.  
  3. environment:
  4.   sdk: ">=2.7.0 <3.0.0"
  5.  
  6. dependencies:
  7.   flutter:
  8.     sdk: flutter
  9.  
  10.   # The following adds the Cupertino Icons font to your application.
  11.   # Use with the Cupertino Icons class for iOS style icons.
  12.   cupertino_icons: ^1.0.0
  13.   intl: 0.16.0
  14.   rxdart: ^0.24.1
  15.   protobuf: ^1.1.0
  16.   grpc: ^2.8.0
  17.   flutter_svg: ^0.19.0
  18.   http: ^0.12.1
  19.   shared_preferences: ^0.5.7+1
  20.   flushbar: ^1.10.2
  21.   flutter_spinkit: ^4.0.0
  22.   flutter_staggered_grid_view: ^0.3.0
  23.   introduction_screen: ^1.0.8
  24.   translator: ^0.1.4
  25.   share: ^0.6.5+4
  26.  
  27.   google_sign_in: ^4.5.1
  28.   firebase_auth: ^0.16.0
  29.   firebase_remote_config: ^0.3.1
  30.   firebase_dynamic_links: ^0.5.1
  31.   firebase_messaging: ^5.0.2
  32.   firebase_database: ^3.1.6
  33.  
  34.   # scan related
  35.   camera: ^0.5.8+2
  36.   path_provider: ^1.6.18
  37.   firebase_ml_vision: ^0.9.4
  38.   url_launcher: ^5.4.10
  39.   image_picker: ^0.6.1
  40.  
  41.   device_id: ^0.2.0
  42.   package_info: ^0.4.1
  43.   # admob_flutter: ^1.0.1
  44.   synchronized: ^2.2.0+2
  45.  
  46.   # apple_sign_in: ^0.1.0
  47.   flutter_signin_button: ^1.0.0
  48.   keyboard_actions: ^3.3.0+1
  49.   flutter_local_notifications: ^4.0.1+1
  50.   cached_network_image: ^2.3.3
  51.   fluttertoast: ^7.1.1
  52.   flutter_html: ^1.1.0
  53.   scroll_to_index: ^1.0.6
  54.  
  55.   audioplayers: ^0.17.0
  56.   audio_session: ^0.0.9
  57.   just_audio: ^0.5.6
  58.   audio_service: ^0.16.0
  59.   dio: ^3.0.10
  60.   crypto: ^2.1.5
  61.   provider: ^4.3.2+2
  62.   percent_indicator: ^2.1.8
  63.   marquee: ^1.6.1
  64.   flutter_typeahead: ^1.9.2
  65.   dynamic_text_highlighting: ^2.2.0
  66.   tuple: ^1.0.3
  67.  
  68.   hive: ^1.4.4+1
  69.   hive_flutter: ^0.3.1
  70.  
  71. dev_dependencies:
  72.   flutter_test:
  73.     sdk: flutter
  74.   flutter_launcher_icons: ^0.7.5
  75.   hive_generator: ^0.8.1
  76.   build_runner: ^1.10.3
  77.  
  78. flutter_icons:
  79.   android: "launcher_icon"
  80.   ios: true
  81.   image_path: "assets/images/app-icon3.jpg"
  82.  
  83. # For information on the generic Dart part of this file, see the
  84. # following page: https://dart.dev/tools/pub/pubspec
  85.  
  86. # The following section is specific to Flutter.
  87. flutter:
  88.  # The following line ensures that the Material Icons font is
  89.   # included with your application, so that you can use the icons in
  90.   # the material Icons class.
  91.   uses-material-design: true
  92.  
  93.   # To add assets to your application, add an assets section, like this:
  94.  
  95.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement