Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- name: app
- environment:
- sdk: ">=2.7.0 <3.0.0"
- dependencies:
- flutter:
- sdk: flutter
- # The following adds the Cupertino Icons font to your application.
- # Use with the Cupertino Icons class for iOS style icons.
- cupertino_icons: ^1.0.0
- intl: 0.16.0
- rxdart: ^0.24.1
- protobuf: ^1.1.0
- grpc: ^2.8.0
- flutter_svg: ^0.19.0
- http: ^0.12.1
- shared_preferences: ^0.5.7+1
- flushbar: ^1.10.2
- flutter_spinkit: ^4.0.0
- flutter_staggered_grid_view: ^0.3.0
- introduction_screen: ^1.0.8
- translator: ^0.1.4
- share: ^0.6.5+4
- google_sign_in: ^4.5.1
- firebase_auth: ^0.16.0
- firebase_remote_config: ^0.3.1
- firebase_dynamic_links: ^0.5.1
- firebase_messaging: ^5.0.2
- firebase_database: ^3.1.6
- # scan related
- camera: ^0.5.8+2
- path_provider: ^1.6.18
- firebase_ml_vision: ^0.9.4
- url_launcher: ^5.4.10
- image_picker: ^0.6.1
- device_id: ^0.2.0
- package_info: ^0.4.1
- # admob_flutter: ^1.0.1
- synchronized: ^2.2.0+2
- # apple_sign_in: ^0.1.0
- flutter_signin_button: ^1.0.0
- keyboard_actions: ^3.3.0+1
- flutter_local_notifications: ^4.0.1+1
- cached_network_image: ^2.3.3
- fluttertoast: ^7.1.1
- flutter_html: ^1.1.0
- scroll_to_index: ^1.0.6
- audioplayers: ^0.17.0
- audio_session: ^0.0.9
- just_audio: ^0.5.6
- audio_service: ^0.16.0
- dio: ^3.0.10
- crypto: ^2.1.5
- provider: ^4.3.2+2
- percent_indicator: ^2.1.8
- marquee: ^1.6.1
- flutter_typeahead: ^1.9.2
- dynamic_text_highlighting: ^2.2.0
- tuple: ^1.0.3
- hive: ^1.4.4+1
- hive_flutter: ^0.3.1
- dev_dependencies:
- flutter_test:
- sdk: flutter
- flutter_launcher_icons: ^0.7.5
- hive_generator: ^0.8.1
- build_runner: ^1.10.3
- flutter_icons:
- android: "launcher_icon"
- ios: true
- image_path: "assets/images/app-icon3.jpg"
- # 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:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement