Orasund
Orasund
Add a bottom navigation widget from the [Material Design](https://material.io/components/bottom-navigation) specification. Following the implementation of the `Select` Widget, this should include: * A Widget Type + Implementation * A Style Type...
Following the [Material design specification](https://material.io/components/buttons-floating-action-button) a FAB widget should be added. Following the implementation of the `Button` Widget, this should include: * An implementation of the `ButtonStyle`
Following the [Material design specification](https://material.io/components/data-tables) a complete implementation of data tables should be added. I'm not sure that this would require (possible it results in a major update)
The [Material Design](https://material.io/components/dialogs#specs) specification contains a number of dialog widgets (named and unnamend) that should all be implemented or at least be easy to recreate using `Item`s. This should be...
Add an image list widget from the [Material Design](https://material.io/components/image-lists#specs) specification. This includes * A Widget Type + Implementation * A Style Type + Implementation It properly has nothing to do...
Add a dropdown menu widget from the [Material Design](https://material.io/components/menus#specs) specification. Following the implementation of the `Select` and `List` Widget, this should include: * A Widget Type + Implementation * A...
Add a navigation rail from the [Material Design](https://material.io/components/navigation-rail) specification. One would need to do some research how this could be applied. Here are some research questions. * Does it make...
Add a linear progression widget from the [Material Design](https://material.io/components/progress-indicators#specs) specification. Following the implementation of the `circularProgressIndicator` implementation, this should include: * A Material Design Implementation for `ProgressIndicatorStyle`
Add a slider widget from the [Material Design](https://material.io/components/sliders#specs) specification. Following the implementation of the `Switch` Widget, this should include: * A Widget Type + Implementation * A Style Type +...
Add a time picker widget from the [Material Design](https://material.io/components/time-pickers) specification. This should include * A Widget Type + Implementation * A Style Type + Implementation The implementation depends on #32.