flutter-calendar
flutter-calendar copied to clipboard
A Calendar Widget for flutter
This is great plugin to use. I would like to restrict calendar only to 2018 for one of scenarios in my app. How to do that? Request an example for...
If this lib is still alive I'd like to add it to https://github.com/Solido/awesome-flutter if you're OK ! Regards, Robert
All the views will eventually be widgets which will take a footer class derived from this abstract or super class.
`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....
There needs to be a better way to navigate to the views and back again. - re: #13
Take a look at the Gallery App and look at the Expansion panels component. A list of these as events would mean there wouldn't be a need for the EventView...
Need to decide what the structure of the payload for the widget should look like. #### Proposed: ``` { "id": int, "title": String, "url": String, "date_start": DateTime, "date_end": DateTime, "details":...
Would be nice to have a randomly generating event API