fluent_ui
design beautiful native windows apps using flutter.implements fluent ui to flutter.
motivation
since flutter has windows support (currently in alpha as of 18/02/2021), it’s necessary to have support to its ui guidelines to build apps with fidelity, since it has support for material and cupertino.
see this for more info on the offical fluent ui support
see also:
usage
to use this package, please read the documentation
widgets:
✔️ = done
(1) = high priority
(2) = medium priority
(3) = low priority
note: the example for all the images below can be found on the example folder
basic inputs:
- ✔️ button
- ✔️ checkbox
- ✔️ radiobutton
- ✔️ slider
- ✔️ togglebutton
- ✔️ toggleswitch
- (3) dropdownbutton
- (3) splitbutton
- (2) combobox
- ✔️ ratingcontrol
- (1) forms
- ✔️ dialogs
- (3) flyouts
- (3) teaching tip
- (2) tooltip
- ✔️ navigation view
- (3) pivot
- (3) tabview
pickers:
- (3) date and time
- (3) calendar date picker
- (3) calendar view
- (2) date picker
- (2) time picker
others:
- (1) progress indicators
- (3) info bar
- (3) badges
- (3) sound
- (3) contact card
- (3) flip view
- (3) tree view
- (3) pull to refresh
Comments are closed.