Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

How to know which firebase plugin versions to install?
I've been stuck for a few days with gradle not building (working on iOS fine). For 2 days I struggled because gradle was giving a generic error, finally got this today:​
FAILURE: Build failed with an exception. * What went wrong: Failed to capture fingerprint of input files for task ':app:preDebugBuild' property 'compileManifests' during up-to-date check. > In project 'app' a resolved Google Play services library dependency depends on another at an exact version (e.g. "[18.0. 0]", but isn't being resolved to that version. Behavior exhibited by the library will be unknown. Dependency failing: com.google.firebase:firebase-messaging:18.0.0 -> com.google.firebase:firebase-iid@[18.0.0], but fire base-iid version was 17.1.2. The following dependencies are project dependencies that are direct or have transitive dependencies that lead to the art ifact with the issue. -- Project 'app' depends on project 'firebase_messaging' which depends onto com.google.firebase:firebase-messaging@18.0. 0 -- Project 'app' depends on project 'firebase_core' which depends onto com.google.firebase:firebase-core@16.0.9 -- Project 'app' depends on project 'firebase_analytics' which depends onto com.google.firebase:firebase-analytics@16.5. 0 -- Project 'app' depends on project 'firebase_remote_config' which depends onto com.google.firebase:firebase-config@16.4 .1 -- Project 'app' depends onto com.google.firebase:firebase-core@16.0.9 For extended debugging info execute Gradle from the command line with ./gradlew --info :app:assembleDebug to see the dep endency paths to the artifact. This error message came from the google-services Gradle plugin, report issues at https:// github.com/google/play-services-plugins and disable by adding "googleServices { disableVersionCheck = false }" to your b uild.gradle file. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org 
​This was after I took out the version numbers from my pubspec to see if that would help lol (desperate times and all that...). I don't understand Google's version numbering and I'm not sure which versions of plugins I should be installing as it has caused conflicts in the past?​
dependencies: 
flutter: sdk: flutter http: cached_network_image: flutter_cache_manager: carousel_pro: cloud_firestore: firebase_core: firebase_remote_config: dynamic_theme: flutter_signin_button: shared_preferences: share: flutter_search_bar: google_sign_in: #flutter_facebook_login: flutter_html: requests: webview_flutter: flutter_webview_plugin: firebase_analytics: flutter_app_badger: #for launcher badge icon (notifications) uuid: font_awesome_flutter: device_info: carousel_slider: flutter_spinkit: flutter_typeahead: firebase_messaging: html_unescape: flutter_masked_text: configurable_expansion_tile: stripe_payment: square_in_app_payments:

June 02, 2019 at 09:39PM by ac_version_01
https://www.reddit.com/r/FlutterDev/comments/bw1bdk/how_to_know_which_firebase_plugin_versions_to/?utm_source=ifttt