wafrat

Fixing sign_in_with_apple-5.0.0/android/build.gradle' line: 27 > No signature of method: build_64irqtdfzeigcmyeqnd8owt8u.android() is applicable for argument types

This morning I upgraded my packages and my Android build started failing. Here's the error: sign_in_with_apple-5.0.0/android/build.gradle' line: 27 * What went wrong: A problem occurred evaluating project ':sign_in_with_apple'. > No signature of method: build_64irqtdfzeigcmyeqnd8owt8u.android() is applicable for argument
8 min read
flutter

Fixing `Unknown flutter tag. Abandoning upgrade to avoid destroying local changes. It is recommended to use git directly if not working on an official channel.` when running `flutter upgrade`

This morning, flutter upgrade failed with an error message I have never seen before: % flutter upgrade Unknown flutter tag. Abandoning upgrade to avoid destroying local changes. It is recommended to use git directly if not working on an official channel. anhtuan@macmini flashcards % flutter --version Flutter 3.13.1 • channel
4 min read
flutter

Fixing `because every version of firebase_ui_localizations depends on flutter_localizations from sdk which depends on intl 0.18.0, firebase_ui_firestore >=1.0.1 requires intl 0.18.0.

Today my Flutter app started breaking with the following error: because every version of firebase_ui_localizations depends on flutter_localizations from sdk which depends on intl 0.18.0, firebase_ui_firestore >=1.0.1 requires intl 0.18.0. So, because [project]  depends on both intl ^0.17.
3 min read