Mehmet Kasap

Results 2 issues of Mehmet Kasap

![Ekran Alıntısı](https://user-images.githubusercontent.com/72016623/176940091-e98544b8-01f6-42c0-a917-175f78b6dc7d.PNG) Flutter'ı upgrade ettikden sonra böyle bir hata aldım. hata: 'BaseViewModel.context' ('BuildContext? Function()') isn't a valid override of 'Store.context' ('ReactiveContext Function()').dart[invalid_override](https://dart.dev/diagnostics/invalid_override)

![cache](https://user-images.githubusercontent.com/72016623/178919719-cbc19565-2e24-4c00-860f-07b294b3be96.PNG) Tek request'de datayı cache'leyebiliyorum. ama aynı anda iki farklı function'da cacheleme işlemi yapamıyorum. kullanıcı bilgilerini ve postlarını cachelemek istediğim de postların statuss'ü success dönüyor ama içi boş oluyor. tek...