flutter-calendar
flutter-calendar copied to clipboard
after widget gracefully handles network failure, need way to retry
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.