Reuben Turner
Reuben Turner
The native graphical time picker has this functionality, so it should be implemented here.
☂️ Views
- [x] #70 - [ ] `MacosColumnView` - [ ] `MacosOutlineView` - [ ] `MacosPopover` - [ ] `MacosTableView` - [ ] #307 https://developer.apple.com/design/human-interface-guidelines/macos/windows-and-views/window-anatomy/
This umbrella issue will track the remaining controls that have yet to be implemented. ### Buttons - [ ] `MacosToggleButton` - [ ] `MacosArrowButton` - [ ] `MacosDisclosureButton` ### Selectors...
Currently, we are hardcoding the bizarrely-named `MacosColors.controlAccentColor`, which is the user's selected system accent color. (Obviously this name doesn't make much sense, but that's what Apple calls it...). Obviously, someone...
Widgets: - [x] #195 - [x] #213 - [x] #210 - [ ] `MacosStepper` - [x] `MacosSegmentedControl` - [ ] `MacosPathControl`
https://flutter.dev/docs/development/packages-and-plugins/favorites#metrics Per requirements, can only happen once we reach a full stable release with feature completeness.
* Fix example not having a Dart SDK lower bound constraint * Updates all dependencies to latest resolvable null-safe versions * Migrate deprecated buttons in example * Regenerate macOS podfile...