Chintan Kalsaria

Results 5 comments of Chintan Kalsaria

I stored response.body in shared pref. by using: ``` SharedPreferences pref = await SharedPreferences.getInstance(); String contestData = jsonEncode(jsonResponse); pref.setString('contestData', contestData); ``` but dont know where to load the data, can...

It is already solved in bfix : solved bottom overflow fixes #70 , and PR has been created on 23 march

I tried to implement this, but its not happening, I am facing problem in integrating all things using Timer class

I have fixed the issue, will do PR soon