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

A Calendar Widget for flutter

Results 12 flutter-calendar issues
Sort by recently updated
recently updated
newest added

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.

enhancement
todo
new feature

enhancement
todo
documentation

enhancement
view
controller
file: view.events

`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....

bug
controller
new feature

There needs to be a better way to navigate to the views and back again. - re: #13

enhancement
todo
view
controller
new feature

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...

enhancement
question
view
new feature

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":...

question
todo

Would be nice to have a randomly generating event API

enhancement
todo
new feature