Tags: jonsaw/macos_ui
Tags
Version 1.4.1 (macosui#255) * Sidebar top (macosui#244) * chore: refactor dir structure * feat: Sidebar top & updated default control color * feat(example): search results in top * chore: bump version, changelog * chore: run flutter pub upgrade * Update CHANGELOG.md * Update lib/src/layout/sidebar/sidebar.dart Co-authored-by: Minas Giannekas <[email protected]> * chore: update issue templates * chore: update pr_prelaunch script * Flutter 3 upgrade & MacosColor update (macosui#248) * chore: Update pubspec.yaml files to support Flutter 3 * chore: run dart fix --apply * chore: migrate Scrollbar to Flutter 3 * chore: update flutter_lints & subsequent fixes * feat: add missing functions to MacosColor the Color class has a number of functions that MacosColor had not implemented * chore: use super parameters * chore: update changelog * chore: tweak example app Uses the new PlatformMenuBar. Also update product name. * chore: small changelog tweak * chore: run flutter format . * chore: run dart fix --apply * chore: run flutter format . * chore: remove unused code in example * chore: remove unused import * chore: remove unused code * Starter app (macosui#251) * chore: Update pubspec.yaml files to support Flutter 3 * chore: run dart fix --apply * chore: migrate Scrollbar to Flutter 3 * chore: update flutter_lints & subsequent fixes * feat: add missing functions to MacosColor the Color class has a number of functions that MacosColor had not implemented * chore: use super parameters * chore: update changelog * chore: tweak example app Uses the new PlatformMenuBar. Also update product name. * chore: small changelog tweak * chore: run flutter format . * chore: run dart fix --apply * chore: run flutter format . * chore: remove unused code in example * chore: remove unused import * feat: first pass at starter app brick * chore: improve starter app brick * chore: fix widget test in starter app * feat: conditional prompts & running pub get * chore: finalize brick * chore: run flutter format * chore: exclude starter app from analyzer * Full screen opaque toolbar issue (closes macosui#249) (macosui#252) * fix: don't show app window toolbar when in full screen * chore: update README * chore: update brick app window code * chore: update pubspec and changelog * chore: update actions Co-authored-by: Reuben Turner <[email protected]> Co-authored-by: Minas Giannekas <[email protected]>
Version 1.4.0 (macosui#250) * Sidebar top (macosui#244) * chore: refactor dir structure * feat: Sidebar top & updated default control color * feat(example): search results in top * chore: bump version, changelog * chore: run flutter pub upgrade * Update CHANGELOG.md * Update lib/src/layout/sidebar/sidebar.dart Co-authored-by: Minas Giannekas <[email protected]> * chore: update issue templates * chore: update pr_prelaunch script * Flutter 3 upgrade & MacosColor update (macosui#248) * chore: Update pubspec.yaml files to support Flutter 3 * chore: run dart fix --apply * chore: migrate Scrollbar to Flutter 3 * chore: update flutter_lints & subsequent fixes * feat: add missing functions to MacosColor the Color class has a number of functions that MacosColor had not implemented * chore: use super parameters * chore: update changelog * chore: tweak example app Uses the new PlatformMenuBar. Also update product name. * chore: small changelog tweak * chore: run flutter format . * chore: run dart fix --apply * chore: run flutter format . * chore: remove unused code in example * chore: remove unused import * chore: remove unused code Co-authored-by: Minas Giannekas <[email protected]>
Version 1.2.0 (macosui#235) * `MacosColorWell` docfix (macosui#219) * docs: fix color well docs * chore: bump version & changelog * Version 1.0.1 (macosui#222) * Display search results when searching from a `MacosSearchField` (closes macosui#216) (macosui#224) * feat: implement showing suggestions below/above MacosSearchField * refactor: set and clean up MacosSearchField properties * chore: make offset method private * refactor: remove expanded suggestions mode * refactor: clean up and remove unnecessary properties * refactor: add ability to supply onSelected callback to individual search suggestion items, extend example * fix: show overlay at proper vertical offset * chore: minor clean up of the fields page * refactor: use MacosOverlayFilter for all frosted glass effects of menus and dropdowns * chore: remove unnecessary imports * docs: document MacosSearchField * chore: explain how to retrieve searchKey property via onSuggestionSelected * docs: document onChanged property * feat: add MacosSearchFieldTheme * chore: clean up MacosSearchFieldTheme * test: add test for MacosSearchField * test: add test for MacosSearchFieldTheme * refactor: improve emptyWidget and fields example * refactor: use results instead of suggestions * docs: update README * chore: update changelog and pubspec * test: fix textual date picker test * refactor: rename suggestionHeight to resultHeight * Update CHANGELOG.md * Update lib/src/fields/search_field.dart * Update lib/src/fields/search_field.dart * Update lib/src/fields/search_field.dart * Update lib/src/fields/search_field.dart * Update lib/src/fields/search_field.dart * Update lib/src/theme/overlay_filter.dart * Update lib/src/theme/overlay_filter.dart * Update lib/src/theme/search_field_theme.dart * Update lib/src/theme/search_field_theme.dart * Update lib/src/theme/search_field_theme.dart * Update lib/src/theme/search_field_theme.dart * Update pubspec.yaml * chore: run pub get * chore: run flutter format lib * refactor: remove height property from MacosOverlayFilter and add documentation Co-authored-by: Reuben Turner <[email protected]> * `CustomToolbarItem` widget (macosui#228) * implement CustomToolbarItem widget * chore: update README, changelog and pubspec * test: fix date picker test Co-authored-by: Reuben Turner <[email protected]> * Version `1.1.0+1` - Readme updates (macosui#233) * Improve `MacosTooltip`, add tooltip property to toolbar items, and implement `ToolbarDivider` (closes macosui#231, macosui#232) (macosui#234) Co-authored-by: Minas Giannekas <[email protected]>
Version 1.1.0 (macosui#229) * `MacosColorWell` docfix (macosui#219) * docs: fix color well docs * chore: bump version & changelog * Version 1.0.1 (macosui#222) * Display search results when searching from a `MacosSearchField` (closes macosui#216) (macosui#224) * feat: implement showing suggestions below/above MacosSearchField * refactor: set and clean up MacosSearchField properties * chore: make offset method private * refactor: remove expanded suggestions mode * refactor: clean up and remove unnecessary properties * refactor: add ability to supply onSelected callback to individual search suggestion items, extend example * fix: show overlay at proper vertical offset * chore: minor clean up of the fields page * refactor: use MacosOverlayFilter for all frosted glass effects of menus and dropdowns * chore: remove unnecessary imports * docs: document MacosSearchField * chore: explain how to retrieve searchKey property via onSuggestionSelected * docs: document onChanged property * feat: add MacosSearchFieldTheme * chore: clean up MacosSearchFieldTheme * test: add test for MacosSearchField * test: add test for MacosSearchFieldTheme * refactor: improve emptyWidget and fields example * refactor: use results instead of suggestions * docs: update README * chore: update changelog and pubspec * test: fix textual date picker test * refactor: rename suggestionHeight to resultHeight * Update CHANGELOG.md * Update lib/src/fields/search_field.dart * Update lib/src/fields/search_field.dart * Update lib/src/fields/search_field.dart * Update lib/src/fields/search_field.dart * Update lib/src/fields/search_field.dart * Update lib/src/theme/overlay_filter.dart * Update lib/src/theme/overlay_filter.dart * Update lib/src/theme/search_field_theme.dart * Update lib/src/theme/search_field_theme.dart * Update lib/src/theme/search_field_theme.dart * Update lib/src/theme/search_field_theme.dart * Update pubspec.yaml * chore: run pub get * chore: run flutter format lib * refactor: remove height property from MacosOverlayFilter and add documentation Co-authored-by: Reuben Turner <[email protected]> * `CustomToolbarItem` widget (macosui#228) * implement CustomToolbarItem widget * chore: update README, changelog and pubspec * test: fix date picker test Co-authored-by: Reuben Turner <[email protected]> Co-authored-by: Minas Giannekas <[email protected]>
`MacosColorWell` docfix (macosui#219) (macosui#220) * docs: fix color well docs * chore: bump version & changelog
Version 1.0.0 (macosui#217) * Added brightness resolver to theme brightness * Improved dialog design * Added showMacosAlertDialog * Created custom route with transitions for dialog * Added Navigator.pop to dialog page buttons * Added documentation * Fixed dialog padding and added TextAlign.center to title * Bumped version * Improved formatting * Fixed barrier curve * Fixed transitionDuration * Update dart_code_metrics * Update dart_code_metrics * Fix macosui#148 (macosui#149) * Fix macosui#148 * Add trailing comma * chore: Add more MacosIconButtons to example * chore: Remove box shadows for `MacosIconButton` * chore: update dart_code_metrics * Layout refactor (macosui#153) * Create window.dart * make TitleBar a widget * refactor Scaffold * Delete resizable_pane_notifier.dart * Update window.dart * refactor ResizablePane * Update content_area.dart * Update macos_ui.dart * update example * fix imports * Update CHANGELOG.md * window: use sidebar topOffset * sidebar: add topOffset * Update README.md * Update pubspec.yaml * Update pubspec.lock * [window] add slide transition to sidebar toggle * update examples * [titlebar] add customization properties * fix buttons example * [titlebar] use defaultTargetPlatform and remove dart:io * [titlebar] show window controls safe area only on macOS * add swift code block to README * Update MainFlutterWindow.swift * change scaffoldBreakpoint to windowBreakpoint on ResizablePane and Sidebar * [titlebar] adjust for no MacosWindowScope * [window] refactor out unnecessary code * [scaffold] update assertion messages * [window] show content in a ClipRect * Update README.md * update example * update readme screenshots * docs: add a class level doc for sidebar.dart * docs: update docs for sidebar.dart Co-authored-by: groovinchip <[email protected]> * 0.7.1+1 - fix docs for PushButtonThemeData, update dart_code_metrics * chore: update CHANGELOG.md * chore: remove old todo * chore: update README.md add note about manual sidebar toggling * generic support wip * chore: update dart_code_metrics * chore: ignore coverage_report * chore: ignore coverage * feat: add radio buttons to example * chore: update CHANGELOG.md and version * Tests! (macosui#158) * chore: ignore coverage_report * chore: ignore coverage * feat: update HelpButton * feat: update HelpButton lerp * chore: remove extra blank line * chore: add mocktail to project * test: add HelpButtonTheme tests * test: add HelpButton tests * chore: remove unused import * chore: update PushButton.copyWith() * chore: update PushButton().lerp() * feat: add == and hashCode to PushButtonThemeData * test: fix HelpButtonThemeData lerp tests * test: add PushButtonThemeData tests * fix: fix PushButtonThemeData == override * test: update HelpButton onPressed test * test: ensure _handleTapCancel gets called * test: add push_button_test.dart * chore: add action for uploading coverage reports to codecov * chore: update codecov.yaml * chore: add codecov action badge * chore: try to fix coverage not getting uploaded * chore: try to fix coverage not getting uploaded (2) * chore: add codecov badge to README.md * chore: add pana badge to README.md * test: add icon_button_test.dart * test: add debugFillProp test to icon_button_test.dart * chore: run flutter format * test: add checkbox_test.dart * test: add back_button_test.dart * chore: remove unnecessary imports * chore: run pub get after branch merge * test: fix handleTap tests * test: add fillColor to increase coverage * test: create radio_button_test.dart * test: create switch_test.dart * test: create macos_colors_test.dart * chore: update dart_code_metrics * chore: remove unused variable * feat: export material colors in library.dart * chore: upgrade tooltip copyWith * test: create tooltip_theme_test.dart * test: create tooltip_test.dart * test: add link to flutter test * test: tweak tooltip_test.dart * test: create text_field_test.dart * chore: fix file name * chore: upgrade ScrollBarThemeData copyWith * test: create scrollbar_theme_test.dart * test: create capacity_indicators_test.dart * test: create progress_indicator_test.dart * test: fix wrong test * test: create rating_indicator_test.dart * test: create relevance_indicator_test.dart * chore: update analysis_options.yaml and files to match * chore: run flutter format * chore: bump CHANGELOG.md and version * chore: add missing trailing comma * fix: fix bug where cursor would not change caret location on mouse click (macosui#159) * chore: run pub get * 0.8.0 - `MacosSheet` and `MacosListTile` (macosui#160) * feat: add macos_sheet.dart Also export a few more things from library.dart * feat: make MacosSheet non-barrier dismissible, per HIG * docs: add documentation to macos_sheet.dart * chore: tweak default sheet padding * chore: tweak dialogs demo page * feat: add MacosListTile * chore: update version and CHANGELOG.md * docs: add docs for MacosListTile * chore: update sheet, listtile demo with better styling * chore: update README.md with new widgets * chore: run flutter format * chore: minor text update to demo * feat: 0.8.1 fixes MacosSheet not having an outer border radius * chore: update mocktail * `MacosListTile` updates (macosui#161) * chore: switch to MacosListTile in demo * chore: fix demo theme * feat: add leadingWhitespace prop to MacosListTile and add DefaultTextStyles to title and subtitle * chore(demo): remove styling from MacosListTile in MacosSheet * feat(demo): add another MacosListTile to MacosSheet * feat(package): add onClick and onLongPress callsbacks to MacosListTile * feat(package): add mouseCursor property * chore(package): remove accidental newline * chore(package): run dartfmt on macos_list_tile.dart * chore(package): update CHANGELOG.md, version * test(package): add macos_list_tile_test.dart Also swap the MouseRegion and GestureDetector in MacosListTile * chore(package): remove unused import * test(package): add a subtitle to one of the MacosListTile tests * feat(package): 0.9.0 - native context menus! (macosui#162) * feat(package): 0.9.0 - native context menus! * chore(package): update chore: update README.md with note about native_context_menu * chore(package): update pana_analysis.yml to account for new pub score post version 0.9.0 * chore(package): create flutter_analysis.yml * chore(package): update flutter_analysis.yml * chore(package): update README.md with another badge * 0.9.1 Icon button updates (macosui#164) * feat(package): create MacosIconButtonTheme and MacosIconButtonThemeData * chore(package): add missing trailing comma * feat(package): set default MacosIconButtonThemeData * chore(package): update MacosIconButtonThemeData `==` * chore(package): add missing trailing comma * test(package): add icon_button_theme_test.dart * docs(package): add docs for MacosIconButtonTheme and MacosIconButtonThemeData * chore: update native_context_menu * chore(package): remove unnecessary VisualDensity from MacosThemeData.dark() * feat(package): Update MacosIconButton to use values from MacosIconButtonThemeData * chore(demo): Update buttons page * chore(package): Update version, CHANGELOG.md * test(package): fix failing test * 0.9.2 - Fix mouse cursors (macosui#165) * feat(package): upgrade mouse cursors and add configurable MouseCursor props Mouse cursors now almost all default to SystemMouseCursors.basic to more closely adhere with Apple norms * chore(package): update version, CHANGELOG.md * chore(package): finish editing, CHANGELOG.md * 0.9.3 - Add isSecondary flag to PushButtons (macosui#167) * added isSecondary flag to PushButtons: sets its background color to gray hues for use in Cancel or Go back actions, updated example pages (buttons & dialogs) * run pre-launch checks and updates * fix tests for PushButton and PushButtonTheme * cocoapods version * 0.10.0 - `MacosIcon`, `MacosIconTheme`, and `MacosIconThemeData` (macosui#169) * feat(package): create MacosIcon, MacosIconTheme, and MacosIconThemeData * docs(package): add missing docs for MacosIconButtonThemeData * feat(package): export macos_icon.dart * feat(package): add icon theme to macos_theme.dart * fix(package): fix MacosIcon not respecting MacosThemeData * fix(demo): migrate Icons to MacosIcons * chore(package): run flutter format * fix(package): fix MacosIconThemeData `==` * fix(package): fix MacosIconThemeData `==` for test * chore(package): add missing trailing comma * test(package): add icon_theme_test.dart * chore(package): bump version, update CHANGELOG.md * chore(package): update README.md * chore(package): update CONTRIBUTING.md * chore: update native_context_menu * chore: update changelog * add missed trailing comma (macosui#172) * Create FUNDING.yml * chore: update pubspec.locl * Sidebar transparency effect (macosui#175) * Transparency sidebar effect Added a transparency effect to the sidebar * fix: Formatted window.dart * chore: update changelog, version * fix: removed unused imports * fix: applied enhancement from @jmatth this fixes weird behavior on windows and web * fix: double null check widget.sidebar.decoration.color was checked twice (according to suggestion by @jmatth) * Sidebar transparency effect (macosui#175) * Transparency sidebar effect Added a transparency effect to the sidebar * fix: Formatted window.dart * chore: update changelog, version * fix: removed unused imports * fix: applied enhancement from @jmatth this fixes weird behavior on windows and web * fix: double null check widget.sidebar.decoration.color was checked twice (according to suggestion by @jmatth) * chore: update changelog.md * Add hover effects for `MacosIconButton` and `MacosBackButton` (closes macosui#168) (macosui#171) * `MacosPopupButton` (closes macosui#176) (macosui#177) * feat(package): create `MacosPopupButton`, feat(demo): add `MacosPopupButton` example in buttons page * fix(package): cleanup `MacosPopupButton` class properties that are not required, docs(package): adapt documentation for `MacosPopupButton` * docs(package): improve documentation for `MacosPopupButton`'s properties * fix(package): improve up/down caret design in `MacosPopupButton` to match native one * add debugFillProperties to `MacosPopupButton` * test(package): add popup_button_test.dart * docs(package): add documentation for `MacosPopupButton` * chore(package): update changelog and version * chore: fix unnecessary imports * Update example/macos/Podfile.lock * add `MacosPopupButtonTheme` and `MacosPopupButtonThemeData` classes with overridable properties highlightColor, backgroundColor, popupColor * test: add tests for MacosPopupTheme classes * chore: cleanup project files, revert example theme * Update lib/src/buttons/popup_button.dart * Update lib/src/buttons/popup_button.dart * Update lib/src/buttons/popup_button.dart * Update lib/src/buttons/popup_button.dart * Update pubspec.yaml Co-authored-by: Reuben Turner <[email protected]> * chore(package): remove dependency on native_context_menu Closes macosui#179. Removes all references to context menus. * chore(package): update min dart sdk and fix lints * chore(package): update CHANGELOG.md * fix: Sidebar and ResizablePane more closely track native MacOS behavior (macosui#178) * fix: Sidebar and ResizablePane more closely track native MacOS behavior Updating Sidebar and ResizablePane to resize relative to the start of the drag session, rather than based on each drag delta. This fixes an issue where dragging past min or max width and then back would continue to resize even though the mouse wasn't over the divider. Updating Sidebar to "pop" open and closed when crossing the minWidth threshold during a drag session, which matches native behavior. * fix: removing leftover print statements * feat: adding options for more complex sidebar drag behavior * chore: Fixing CHANGELOG typos * fix: Preventing exception by marking required parameter required instead of optional * chore: Adding tests for ResizablePane * fix: Resizeable pane no longer subtly jumps 2.5 logical pixels at start of drag * chore: Updating ResizablePane tests to test both left and right cases * fix: Sidebar no longer subtly jumps a few logical pixels at start of drag * chore: adding tests for sidebar behavior * Update lib/src/layout/sidebar.dart * chore: removing leftover debug print statements from ResizablePane * chore: refactor window tests to use widget type and position rather than arbitrary keys * chore: Update version in CHANGELOG.md Co-authored-by: Reuben Turner <[email protected]> * chore: Removing trailing spaces to keep the formatter happy * chore: removing new from docstring to keep the analyzer happy * chore: Bumping version in pubspec.yaml Co-authored-by: Reuben Turner <[email protected]> * Fix `MacosThemeData` to properly apply user-defined component theme classes. (macosui#182) * fix `MacosThemeData` to properly apply user-defined `pushButtonTheme`, `helpButtonTheme`, and `tooltipTheme` properties, and remove import of material.dart in example app * chore: update changelog and pubspec.yaml * chore(package): fix failing push button tests * chore(package): fix failing help button tests * chore(package): dartfmt Co-authored-by: Reuben Turner <[email protected]> * chore(package): update dependencies * Add merge methods to `MacosThemeData` and widget-specific `ThemeData` classes (closes macosui#183) (macosui#186) * fix: add missing merge methods for `MacosThemeData` and widget-level `ThemeData` classes * chore: update changelog and pubspec * feat: added padding property to IconButton (macosui#185) * feat: added padding property to IconButton * Fix failing tests * Bumped version to 0.12.3 * Ensure padding gets merged into theme Co-authored-by: Reuben Turner <[email protected]> * chore(example): regenerate macos runner & fix accompanying lint warnings * chore(example): fix lint warnings * fix: address macosui#170 (macosui#192) * fix: address macosui#170 * chore: optimize imports * chore: remove bundled fonts (closes macosui#187) * chore: update CHANGELOG.md * feat: optional mouse cursor for sidebar (closes macosui#181) * fix: Fix active sidebar item icon color (closes macosui#190) * chore: remove unnecessary import * fix: use correct default font family * Fix bottom padding for alert dialogs when supress is null (macosui#189) * Update bottom padding for alert dialogs when supress is null * Update changelog with changes made * Update version in pubspec.yaml to match change log * regenerate pubspec.lock * chore: start working on DatePickerField * MacosPulldownButton (closes macosui#86) (macosui#193) * feat: duplicate MacosPopupButton to use as base for implementing MacosPulldownButton * refactor: change PulldownMenuItem layout * refactor: remove up/down carets for not visible items * refactor: replace updown carets with single down caret at the edge of the MacosPulldownButton * refactor: revert removing up/down carets for not visible items * refactor: remove onChanged callback * feat: MacosPullDownButton basic functionality and appearance * refactor: use Container instead of CustomPaint to draw PulldownMenu, apply proper frosted glass effect and border styling * feat: finalize styling of PulldownMenu and PulldownButton * refactor: color and shadow of PulldownButton * refactor: work on menu's placement behavior * refactor: remove leading property for PulldownMenuItems and clean up * refactor: finalize styling and behavior for disabled state * refactor: handle styling of disabled Pulldown items * feat: add MacosPulldownMenuDivider to Pulldown menu * feat: implement PulldownMenu to have icon instead of hint * feat: handle styling for all button states * fix: color of enabled PulldownButtons text * fix: cleanup and change examples * fix: add documentation and cleanup * test: add tests for MacosPulldownButton, fix API issues * test: add tests for MacosPulldownTheme * chore: use const constructor * fix: example buttons page duplicate content * chore: update changelog, readme, and version * chore: revert deleting example/ios folder * fix: revert changing semanticLabel to title after refactoring for MacosIcon * chore: add link to Apple docs in README * chore: optimize imports * chore: minor code style changes * chore: change version Co-authored-by: GroovinChip <[email protected]> * feat: caret painters * feat: working field portion of MacosDatePicker * refactor: PickerElement -> FieldElement * feat: working MacosDatePicker * Improve `MacosPopupButton` design (macosui#194) * feat: duplicate MacosPopupButton to use as base for implementing MacosPulldownButton * refactor: change PulldownMenuItem layout * refactor: remove up/down carets for not visible items * refactor: replace updown carets with single down caret at the edge of the MacosPulldownButton * refactor: revert removing up/down carets for not visible items * refactor: remove onChanged callback * feat: MacosPullDownButton basic functionality and appearance * refactor: use Container instead of CustomPaint to draw PulldownMenu, apply proper frosted glass effect and border styling * feat: finalize styling of PulldownMenu and PulldownButton * refactor: color and shadow of PulldownButton * refactor: work on menu's placement behavior * refactor: remove leading property for PulldownMenuItems and clean up * refactor: finalize styling and behavior for disabled state * refactor: handle styling of disabled Pulldown items * feat: add MacosPulldownMenuDivider to Pulldown menu * feat: implement PulldownMenu to have icon instead of hint * feat: handle styling for all button states * fix: color of enabled PulldownButtons text * fix: cleanup and change examples * fix: add documentation and cleanup * test: add tests for MacosPulldownButton, fix API issues * test: add tests for MacosPulldownTheme * chore: use const constructor * fix: example buttons page duplicate content * chore: update changelog, readme, and version * chore: revert deleting example/ios folder * fix: revert changing semanticLabel to title after refactoring for MacosIcon * chore: add link to Apple docs in README * fix: remove Orientation-related code from MacosPopupButton * fix: remove unused imports and lastOrientation variable * fix: docs fix for MacosPopupButtonThemeData * feat: add frosted glass effect on MacosPopupButton using a BackdropFilter * refactor: remove elevation property from MacosPopupButton (was not used at all) * fix: improve frosted glass effect for MacosPulldownButton * feat: improve styling of MacosPopupButton to better match Apple design, adjust disabled state * refactor/test: remove unused iconColor and iconDisabledColor properties, add test for debugFillProperties * chore: update changelog and pubspec * fix: improve painting of up/down carets in MacosPopupButton to not paint on the same Point twice * chore: minor code formatting changes Co-authored-by: GroovinChip <[email protected]> * chore: update dart_code_metrics * refactor: switch to flutter_lints closes macosui#201 * chore: move theme classes to their own files Closes macosui#200 * chore: flutter format * chore: remove unnecessary const * feat: MacosDatePickerTheme & MacosDatePickerThemeData * fix: fix light theme colors * chore: PhysicalModel for calendar view * chore: reduce spacing between text-only picker and calendar * chore: fix day headers * fix: fix right & left month controls breaking when going past 1 or 12 * test: add tests for MacosDatePicker * chore: bump version & changelog * chore: run flutter format * chore: remove DateFormat parameter & intl dependency * feat: style options Textual, Graphical, and Combined * docs: docs for MacosDatePicker * fix: add padding to selectors page in example * fix: add proper styling for selected date boxes (background and text colors) in both textual and graphical views * fix: right-align all dates in graphical view and add some padding to match macOS styling * chore: Minor style fixes for MacosTextField * fix: change border and box shadow styling, disabled background color and border radius for MacosTextField * fix: set correct background/placeholder/icon colors for disabled fields * chore: add const * version `0.0.14`: Implements `ToolBar`, relevant `ToolbarItem`s, and `MacosSearchField` (macosui#209) * initial work on Toolbar, include it in MacosScaffold * feat: separate ToolBar from TitleBar, implement ToolBarIconButton, ToolBarPulldownButton widgets, work on ToolBar styling * feat: implement ToolbarImageButton widget * feat: add overflow handling for toolbar * feat: work on toolbar overflow button menu * feat: implement overflow menu functionality, allow for using ToolbarSpacers * fix: use proper grey colors for toolbar icon and image buttons * fix: MacosPulldownButton properties should get their values from closest MacosPulldownButtonTheme, use it for ToolbarPulldownButton * fix: MacosPopupButton properties should get their values from closest MacosPopupButtonTheme * feat: allow for setting divider color for title bar and toolbar via their constructors * refactor: move title bar to MacosWindow instead of MacosScaffold * refactor: allow for setting the MacosPulldownMenu alignment to the right or left of the button, to avoid having it clipped at the edge of the window * feat: work on enabling submenus for overflowed toolbar pulldown buttons * feat: finalize overflowed toolbar menu behavior, add documentation for toolbar-related widgets * refactor: merge ToolbarImageButton in ToolbarIconButton and update docstrings * docs: improve documentation for toolbar and title bar * refactor: move all new toolbar-related widgets and utilities to appropriate directories * refactor: add titleWidth property to Toolbar, create example page showcasing a Toolbar and its widgets * feat: add first implementation of MacosSearchField * fix: issues after merging changes to widget themes * feat: implement MacosSearchField widget, based on MacosTextField * fix: toolbar icon button disabled color * fix: add padding to MacosWindow when a title bar is available (instead of moving the ContentArea with the top property of Positioned) * fix: make overflow button half its size when Toolbar contains only items that have labels below them, update example pages * fix: add toolbar in example buttons page new page route * docs: update README with documentation on Toolbar and MacosSearchField, update screenshots * chore: update changelog and pubspec.yaml * chore: address analyzer warnings * chore: use simple Positioned for title bar * chore: fix failing tests for PulldownButton and PulldownButtonTheme * fix: removed unused constant from text field * Update lib/src/buttons/toolbar/toolbar_icon_button.dart * Update lib/src/buttons/toolbar/toolbar_icon_button.dart * Update lib/src/buttons/toolbar/toolbar_icon_button.dart * Update lib/src/buttons/toolbar/toolbar_pulldown_button.dart * Update lib/src/buttons/toolbar/toolbar_pulldown_button.dart * Update lib/src/layout/toolbar/toolbar.dart * Update lib/src/buttons/toolbar/toolbar_pulldown_button.dart * Update lib/src/layout/toolbar/toolbar.dart * Update lib/src/layout/toolbar/toolbar.dart * Update lib/src/layout/toolbar/toolbar.dart * Update lib/src/layout/toolbar/toolbar.dart * Update lib/src/layout/toolbar/toolbar.dart * chore(example: update window transparency technique * docs: update guide for achieving modern window look Closes macosui#184 * chore(example): update filenames * chore(example): unified look throughout pages Also add MacosSwitch to buttons page * fix: fix MacosDatePicker incorrect color issue * chore: run dart fix --apply Co-authored-by: Reuben Turner <[email protected]> * version `0.15.0` - Adds `MacosColorWell` (macosui#211) * feat: first pass at MacosColorWell * feat: add ColorPickerMode to MacosColorWell * chore: format swift files and delete commented code * chore: bump version, changelog * docs: update docs * chore: remove stray code * chore: add flutter version constraint * feat: add pr prelaunch & publish scripts * chore: update CONTRIBUTING.md * chore: update pubspec.lock * chore: improve prelaunch script * chore: add git push to script * chore: add push prompts to script * chore: update CONTRIBUTING.md to reference the prelaunch script * chore: update podspec * chore: update min Flutter version constraint cannot publish otherwise * version `0.16.0` - `MacosTimePicker` (macosui#214) * feat: first pass at MacosColorWell * feat: add ColorPickerMode to MacosColorWell * chore: format swift files and delete commented code * chore: bump version, changelog * docs: update docs * chore: remove stray code * chore: add flutter version constraint * feat: add pr prelaunch & publish scripts * chore: update CONTRIBUTING.md * chore: update pubspec.lock * feat: textual MacosTimePicker * docs: fix docs for MacosDatePicker * chore: minor fixes for MacosDatePicker * feat(example): demo textual MacosTimePicker * chore: update version, changelog, readme * chore: run pre-launch tasks * chore: update file name * feat: graphical MacosTimePicker * chore: improve prelaunch script * chore: add git push to script * chore: add push prompts to script * chore: update CONTRIBUTING.md to reference the prelaunch script * chore: update podspec * chore: more accurate inner shadow Still not as accurate as I'd like * chore: add missing elevation to PhysicalModel * chore(example): improve look of selectors page * chore: update README.md * docs: update README.md * Update macos_ui.dart * Update macos_theme.dart * Update lib/src/selectors/graphical_time_picker_painter.dart * Update lib/src/selectors/graphical_time_picker_painter.dart * Update lib/src/selectors/graphical_time_picker_painter.dart * Update lib/src/selectors/graphical_time_picker_painter.dart * Update lib/src/selectors/graphical_time_picker_painter.dart * feat: up-down keyboard actions for textual pickers Although for some reason it's not working * chore: remove unnecessary import * fix: use a FocusNode to listen to keyboard shortcuts for date picker * fix: keyboard shortcuts for time picker * fix: docstrings for KeyboardShortcutRunner Co-authored-by: Minas Giannekas <[email protected]> Co-authored-by: Minas Giannekas <[email protected]> * chore(example): update dependencies * chore: bump to 1.0 in preparation for release * chore: update CHANGELOG.md in preparation for stable release * chore: update CONTRIBUTING.md to remove beta references Co-authored-by: Wilson Wilson <[email protected]> Co-authored-by: Leslie Arkorful <[email protected]> Co-authored-by: Sacha Arbonel <[email protected]> Co-authored-by: Minas Giannekas <[email protected]> Co-authored-by: Dmitry Krutskikh <[email protected]> Co-authored-by: mj-shifu <[email protected]> Co-authored-by: Josh Matthews <[email protected]> Co-authored-by: Craig Edwards <[email protected]> Co-authored-by: Andrew Gabriel <[email protected]> Co-authored-by: Minas Giannekas <[email protected]>
version `0.16.0` - `MacosTimePicker` (macosui#214) * feat: first pass at MacosColorWell * feat: add ColorPickerMode to MacosColorWell * chore: format swift files and delete commented code * chore: bump version, changelog * docs: update docs * chore: remove stray code * chore: add flutter version constraint * feat: add pr prelaunch & publish scripts * chore: update CONTRIBUTING.md * chore: update pubspec.lock * feat: textual MacosTimePicker * docs: fix docs for MacosDatePicker * chore: minor fixes for MacosDatePicker * feat(example): demo textual MacosTimePicker * chore: update version, changelog, readme * chore: run pre-launch tasks * chore: update file name * feat: graphical MacosTimePicker * chore: improve prelaunch script * chore: add git push to script * chore: add push prompts to script * chore: update CONTRIBUTING.md to reference the prelaunch script * chore: update podspec * chore: more accurate inner shadow Still not as accurate as I'd like * chore: add missing elevation to PhysicalModel * chore(example): improve look of selectors page * chore: update README.md * docs: update README.md * Update macos_ui.dart * Update macos_theme.dart * Update lib/src/selectors/graphical_time_picker_painter.dart * Update lib/src/selectors/graphical_time_picker_painter.dart * Update lib/src/selectors/graphical_time_picker_painter.dart * Update lib/src/selectors/graphical_time_picker_painter.dart * Update lib/src/selectors/graphical_time_picker_painter.dart * feat: up-down keyboard actions for textual pickers Although for some reason it's not working * chore: remove unnecessary import * fix: use a FocusNode to listen to keyboard shortcuts for date picker * fix: keyboard shortcuts for time picker * fix: docstrings for KeyboardShortcutRunner Co-authored-by: Minas Giannekas <[email protected]> Co-authored-by: Minas Giannekas <[email protected]>
version `0.0.14`: Implements `ToolBar`, relevant `ToolbarItem`s, and … …`MacosSearchField` (macosui#209) * initial work on Toolbar, include it in MacosScaffold * feat: separate ToolBar from TitleBar, implement ToolBarIconButton, ToolBarPulldownButton widgets, work on ToolBar styling * feat: implement ToolbarImageButton widget * feat: add overflow handling for toolbar * feat: work on toolbar overflow button menu * feat: implement overflow menu functionality, allow for using ToolbarSpacers * fix: use proper grey colors for toolbar icon and image buttons * fix: MacosPulldownButton properties should get their values from closest MacosPulldownButtonTheme, use it for ToolbarPulldownButton * fix: MacosPopupButton properties should get their values from closest MacosPopupButtonTheme * feat: allow for setting divider color for title bar and toolbar via their constructors * refactor: move title bar to MacosWindow instead of MacosScaffold * refactor: allow for setting the MacosPulldownMenu alignment to the right or left of the button, to avoid having it clipped at the edge of the window * feat: work on enabling submenus for overflowed toolbar pulldown buttons * feat: finalize overflowed toolbar menu behavior, add documentation for toolbar-related widgets * refactor: merge ToolbarImageButton in ToolbarIconButton and update docstrings * docs: improve documentation for toolbar and title bar * refactor: move all new toolbar-related widgets and utilities to appropriate directories * refactor: add titleWidth property to Toolbar, create example page showcasing a Toolbar and its widgets * feat: add first implementation of MacosSearchField * fix: issues after merging changes to widget themes * feat: implement MacosSearchField widget, based on MacosTextField * fix: toolbar icon button disabled color * fix: add padding to MacosWindow when a title bar is available (instead of moving the ContentArea with the top property of Positioned) * fix: make overflow button half its size when Toolbar contains only items that have labels below them, update example pages * fix: add toolbar in example buttons page new page route * docs: update README with documentation on Toolbar and MacosSearchField, update screenshots * chore: update changelog and pubspec.yaml * chore: address analyzer warnings * chore: use simple Positioned for title bar * chore: fix failing tests for PulldownButton and PulldownButtonTheme * fix: removed unused constant from text field * Update lib/src/buttons/toolbar/toolbar_icon_button.dart * Update lib/src/buttons/toolbar/toolbar_icon_button.dart * Update lib/src/buttons/toolbar/toolbar_icon_button.dart * Update lib/src/buttons/toolbar/toolbar_pulldown_button.dart * Update lib/src/buttons/toolbar/toolbar_pulldown_button.dart * Update lib/src/layout/toolbar/toolbar.dart * Update lib/src/buttons/toolbar/toolbar_pulldown_button.dart * Update lib/src/layout/toolbar/toolbar.dart * Update lib/src/layout/toolbar/toolbar.dart * Update lib/src/layout/toolbar/toolbar.dart * Update lib/src/layout/toolbar/toolbar.dart * Update lib/src/layout/toolbar/toolbar.dart * chore(example: update window transparency technique * docs: update guide for achieving modern window look Closes macosui#184 * chore(example): update filenames * chore(example): unified look throughout pages Also add MacosSwitch to buttons page * fix: fix MacosDatePicker incorrect color issue * chore: run dart fix --apply Co-authored-by: Reuben Turner <[email protected]>
PreviousNext