kaloglu

Results 6 comments of kaloglu

add this line on your pubspec.yaml `cached_network_image: ^1.1.1`

This is working fine. ``` ClearableCookieJar cookieJar = new PersistentCookieJar(new SetCookieCache(), new SharedPrefsCookiePersistor(MyApplication.getInstance().getBaseContext())); client = new OkHttpClient.Builder() .connectTimeout(95, TimeUnit.SECONDS) .readTimeout(95, TimeUnit.SECONDS) .writeTimeout(95, TimeUnit.SECONDS) .cookieJar(cookieJar) .build(); ``` But, when it changed...

Could you give me a working example? 13 Eki 2016 8:25 PM tarihinde "Fran Montiel" [email protected] yazdı: > I have been using the library with multiple interceptors without problems. >...

When I added interceptor project crashed. Cookiejar or interceptors removed everythings ok. 13 Eki 2016 8:31 PM tarihinde "Fran Montiel" [email protected] yazdı: > @kaloglu https://github.com/kaloglu right now is not possible,...

Ok thank you 13 Eki 2016 11:57 PM tarihinde "Fran Montiel" [email protected] yazdı: > @kaloglu https://github.com/kaloglu if you can create and share a basic > project that reproduces the issue...

Hi, this problem solved on my app. I dont know why, I changed nothing but try to add again 2 days ago and its worked. 2 Kas 2016 12:38 tarihinde...