flutter-calendar icon indicating copy to clipboard operation
flutter-calendar copied to clipboard

after widget gracefully handles network failure, need way to retry

Open mikemimik opened this issue 9 years ago • 0 comments

new Calendar() is the line of code that invokes the initState function which is where the http.get call is invoked from. Currently there is no way to re-invoke this function. So once the network fails there is no way to try again.

mikemimik avatar Nov 27 '16 07:11 mikemimik