Flutter pub-cache Hatası Çözümü

pub-cache/hosted/pub.dartlang.org Hatası ile başlayan bir hata alıyorsanız paketlerin versiyonları ile ilgili bir sorun oluşmuştur. Örneğin: cache/hosted/pub.dartlang.org/cloud_firestore-0.8.2+3/ bu şekilde bir hata veriyorsa bunun sebebi cloud_firestore paketinin düşük versiyonlu bir sürümü bilgisayarında cachlenmiştir. Bunu çözmek için bilgisayarınızda /Users/xxxxxxx/development/tools/flutter/.pub-cache/hosted/pub.dartlang.org/ klosörünün içine girip cloud_firestore klosörünü silin. İlk önce flutter pub cache repair komutunu çalıştırın. Ve sonrasında flutter packages get […]

Flutter pub-cache Hatası Çözümü Read More »