-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial pub release #78
Commits on Mar 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f4203fc - Browse repository at this point
Copy the full SHA f4203fcView commit details
Commits on Mar 31, 2021
-
* Start work on theme Contains a super barebones theme.dart, shamelessly copied from https://github.com/bdlukaa/fluent_ui/blob/master/lib/src/styles/theme.dart * More theme work (9:50 AM March 30) * New macos_app.dart * Placeholer Typography in theme.dart from material * Add some todos/fixmes * Start work on theme Contains a super barebones theme.dart, shamelessly copied from https://github.com/bdlukaa/fluent_ui/blob/master/lib/src/styles/theme.dart * More theme work (9:50 AM March 30) * New macos_app.dart * Placeholer Typography in theme.dart from material * Add some todos/fixmes * Add Apple SF Pro fonts * Add typography.dart * Add basic documentation to typography.dart * Minor tweaks to macos_app.dart * Use CupertinoColors.systemBlue for default color * Rename color to primaryColor * Improvements to theming, root app; first new (experimental) widget: Scaffold! * Remove print * Add not implemented comments
Configuration menu - View commit details
-
Copy full SHA for 70e2254 - Browse repository at this point
Copy the full SHA 70e2254View commit details -
Update README.md with Content section
This is very early and is mostly a placeholder
Configuration menu - View commit details
-
Copy full SHA for 6486252 - Browse repository at this point
Copy the full SHA 6486252View commit details -
Add animationCurve and mediumAnimationDuration to Style class (#10)
Also add repo url to pubspec.yaml
Configuration menu - View commit details
-
Copy full SHA for 2bc2391 - Browse repository at this point
Copy the full SHA 2bc2391View commit details
Commits on Apr 3, 2021
-
* Major Updates for Scaffold * Adds SplitView for expanded/shrinking the sidebar * Removed rightSidebar * Lots of customizable properties related to the sidebar * Documentation Additional changes: * Update typography.dart so that the color is properly shown. * Update version * Update README.md * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for af3f146 - Browse repository at this point
Copy the full SHA af3f146View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a4d827 - Browse repository at this point
Copy the full SHA 5a4d827View commit details -
Configuration menu - View commit details
-
Copy full SHA for 807aac1 - Browse repository at this point
Copy the full SHA 807aac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c3257b - Browse repository at this point
Copy the full SHA 6c3257bView commit details -
Merge pull request #16 from GroovinChip/code_metrics
Add dart_code_metrics package
Configuration menu - View commit details
-
Copy full SHA for 9c15c71 - Browse repository at this point
Copy the full SHA 9c15c71View commit details -
Improve code_metrics and address warnings (#17)
* Add metrics to configuration * Sort scaffold.dart public members * Sort macos_app.dart public members * Sort theme.dart public members * Sort typography.dart public members
Configuration menu - View commit details
-
Copy full SHA for 3035886 - Browse repository at this point
Copy the full SHA 3035886View commit details
Commits on Apr 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1794c47 - Browse repository at this point
Copy the full SHA 1794c47View commit details
Commits on Apr 12, 2021
-
* Rework on MacosApp Reworked MacosApp to use CupertinoApp as a backend. This has several improvements: - Apple-styled scrolling - Using the San Francisco font by default I also added documentation for all the properties * Fixed references iOS -> macOS color -> primaryColor
Configuration menu - View commit details
-
Copy full SHA for 8e7edce - Browse repository at this point
Copy the full SHA 8e7edceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a2f55b - Browse repository at this point
Copy the full SHA 6a2f55bView commit details
Commits on Apr 13, 2021
-
Add primaryColor to Style (#19)
Renames MacosApp's primaryColor to simply "color" as a result.
Configuration menu - View commit details
-
Copy full SHA for dc36748 - Browse repository at this point
Copy the full SHA dc36748View commit details
Commits on Apr 15, 2021
-
* Implemented Switch - MacosTheme.maybeOf now can return a nullable value - Added Switch to Example app * Bump version
Configuration menu - View commit details
-
Copy full SHA for e00a229 - Browse repository at this point
Copy the full SHA e00a229View commit details -
Configuration menu - View commit details
-
Copy full SHA for fee890d - Browse repository at this point
Copy the full SHA fee890dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0edecd9 - Browse repository at this point
Copy the full SHA 0edecd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b383b63 - Browse repository at this point
Copy the full SHA b383b63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5058669 - Browse repository at this point
Copy the full SHA 5058669View commit details -
* Update README.md with Switch, ProgressCircle, and ProgressBar * Reduce image sizes, update indeterminate ProgressCircle file extension * Converted to gif * Fix unreachable content
Configuration menu - View commit details
-
Copy full SHA for a034beb - Browse repository at this point
Copy the full SHA a034bebView commit details
Commits on Apr 17, 2021
-
* Add primaryColor to Style Renames MacosApp's primaryColor to simply "color" as a result. * Major theme refactor that more closely resembles flutter/material and flutter/cupertino * The `Style` class is now `MacosThemeData` * `MacosTheme` is now a `StatelessWidget` that returns a private `_InheritedMacosTheme`. The static `MacosTheme.of(context)` is now defined here. * `MacosApp` now takes a `theme` and `darkTheme` rather than `style` and `darkStyle`. Additionally, there are minor changes to the way `MacosApp` is built that more closely resemble how `MaterialApp` is built. Inspired by: * material/theme.dart * material/theme_data.dart * material/app.dart * cupertino/theme.dart * Stop setting explicit active colors since the theme will always have a color
Configuration menu - View commit details
-
Copy full SHA for b89a7ab - Browse repository at this point
Copy the full SHA b89a7abView commit details -
Update README.md and CONTRIBUTING.md (#33)
* README.md now mentions CONTRIBUTING.md * CONTRIBUTING.md has been updated with branch structure and versioning information
Configuration menu - View commit details
-
Copy full SHA for 8a6ad91 - Browse repository at this point
Copy the full SHA 8a6ad91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ecaebb - Browse repository at this point
Copy the full SHA 8ecaebbView commit details -
Add workflows/pana_analysis.yml (#35)
* Add workflows/pana_analysis.yml * Use split_view from pub Author merged my null-safety PR a while back and I forgot to update. This addresses an analyzer warning and also should allow the pana_analysis action to run. * Run `dartfmt -w .` per pana report
Configuration menu - View commit details
-
Copy full SHA for edefee2 - Browse repository at this point
Copy the full SHA edefee2View commit details -
* Stub out buttons with corresponding Styles * Stub out Fields and Labels with corresponding Styles * Stub out Selectors * Placeholder Indicators * Remove stubs for RoundButton and BevelButton Apple docs say not to use these * Start working on PushButton * Get PushButton color from style's primaryColor instead of PushButton's disabledColor Also: * Add button_states.dart * Add PushButtonStyle stub to Style * Add Diagnosticable mixin to PushButtonStyle * Tweak PushButton's disabledColor * Start work on PushButtonStyle * Add color, disabledColor, padding, and borderRadius properties to class with contructor and corresponding debug properties * Include PushButtonStyle when returning default style in theme.dart * Get PushButton color from current style if possible, otherwise fall back to defaults * Add todos for implementing other PushButtonStyle props in PushButton * Use proper padding and border radius for small and large PushButtons * Test PushButton in example app * Export push_button_theme.dart, move todo * Documentation updates * Documentation for PushButtonTheme and PushButtonThemeData * Tweak MacosThemeData documentation * Revert stubs * Update version and CHANGELOG.md * Ensure text color is correct when PushButton is disabled * Add PushButton section to README.md * Try embedding PushButton images as an album * Try embedding PushButton images as an album (2) * Revert to individual images
Configuration menu - View commit details
-
Copy full SHA for 015ee96 - Browse repository at this point
Copy the full SHA 015ee96View commit details -
* Add letter spacing to all TextStyles that require it Also make headline's letter spacing negative, per spec * Add fontWeights to TextStyles * Update PushButton images in README.md * Update version, CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 6634ffc - Browse repository at this point
Copy the full SHA 6634ffcView commit details
Commits on Apr 18, 2021
-
Add
brightnessOf
andmaybeBrightness of
toMacosTheme
(#43)* Add `brightnessOf` and `maybeBrightness of` Also add documentation to `of` * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 3a36cc8 - Browse repository at this point
Copy the full SHA 3a36cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cffae2 - Browse repository at this point
Copy the full SHA 4cffae2View commit details
Commits on Apr 19, 2021
-
Implemented Level indicator (#30)
* Implement capacity indicator * Implemented rating indicator * Implemented relevance indicator * Implemented gesture detector for indicators * Updated theme * Fixed colors I also made some changes to styles/colors.dart * Update colors.dart
Configuration menu - View commit details
-
Copy full SHA for 19b9750 - Browse repository at this point
Copy the full SHA 19b9750View commit details -
Configuration menu - View commit details
-
Copy full SHA for 039174d - Browse repository at this point
Copy the full SHA 039174dView commit details -
Implement RadioButton and Checkbox (#47)
* Implemented checkbox * Implemented RadioButton * Updated the theme to match the latest dev * Updated radio button * Update CHANGELOG.md * Fixed radio button in light theme and added shadows * Fixed checkbox light theme * Fixed pubspec * Improved colors * CHORE: bump version
Configuration menu - View commit details
-
Copy full SHA for 968aa7b - Browse repository at this point
Copy the full SHA 968aa7bView commit details
Commits on Apr 23, 2021
-
The GestureDetector applied to capacity indicator should be added inside of the Container. Fixes #49 Bumped version to 0.0.8
Configuration menu - View commit details
-
Copy full SHA for 4274c42 - Browse repository at this point
Copy the full SHA 4274c42View commit details
Commits on Apr 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b056a35 - Browse repository at this point
Copy the full SHA b056a35View commit details
Commits on May 1, 2021
-
* Implemented Help Button * Implemented Help Button * Implemented Help Button * Implemented Help Button * Implemented Help Button
Configuration menu - View commit details
-
Copy full SHA for f23cfed - Browse repository at this point
Copy the full SHA f23cfedView commit details -
Update CI with "Format scores json" step (#54)
* Update CI with "Format scores json" step Useful for PR's across forks * Docs for new step * fix indentation issue
Configuration menu - View commit details
-
Copy full SHA for 620778b - Browse repository at this point
Copy the full SHA 620778bView commit details
Commits on May 2, 2021
-
* Documentation about checkbox * Documentation about radio button * Documentation about push button * Documentation about toggle switch * Documentation about indicators * Documentation about help buttons
Configuration menu - View commit details
-
Copy full SHA for df70270 - Browse repository at this point
Copy the full SHA df70270View commit details -
Squashed commit of the following:
commit 617ea07 Author: Reuben Turner <groovinchip@gmail.com> Date: Sat May 1 20:55:11 2021 -0400 spacing commit 4e20615 Author: Reuben Turner <groovinchip@gmail.com> Date: Sat May 1 20:28:51 2021 -0400 Use correct branch name commit e2a2b97 Merge: 80753df df70270 Author: Reuben Turner <groovinchip@gmail.com> Date: Sat May 1 20:27:36 2021 -0400 Merge branch 'dev' into gh_pages commit 80753df Author: Reuben Turner <groovinchip@gmail.com> Date: Sat May 1 18:45:40 2021 -0400 Add GH Pages action
Configuration menu - View commit details
-
Copy full SHA for bb8e8ba - Browse repository at this point
Copy the full SHA bb8e8baView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd77e06 - Browse repository at this point
Copy the full SHA dd77e06View commit details -
Squashed commit of the following:
commit 81b9ac34100622c35cdac752e527a73f49197806 Author: Reuben Turner <groovinchip@gmail.com> Date: Sat May 1 22:06:32 2021 -0400 change base href commit d633c3e Author: Reuben Turner <groovinchip@gmail.com> Date: Sat May 1 21:55:35 2021 -0400 Fix env commit 995f648 Author: Reuben Turner <groovinchip@gmail.com> Date: Sat May 1 21:53:02 2021 -0400 tweak token usage commit 23552c6 Author: Reuben Turner <groovinchip@gmail.com> Date: Sat May 1 21:43:50 2021 -0400 Switch back to my email/username commit 32dc277 Author: Reuben Turner <groovinchip@gmail.com> Date: Sat May 1 21:38:11 2021 -0400 Simplify deploy commit b604090 Author: Reuben Turner <groovinchip@gmail.com> Date: Sat May 1 21:32:04 2021 -0400 Change git config commit d18c134 Author: Reuben Turner <groovinchip@gmail.com> Date: Sat May 1 21:26:49 2021 -0400 Fix indentation commit bcf5ec1 Author: Reuben Turner <groovinchip@gmail.com> Date: Sat May 1 21:25:32 2021 -0400 Remove unnecessary steps and use "working-directory" commit f02cbd7 Author: Reuben Turner <groovinchip@gmail.com> Date: Sat May 1 21:19:58 2021 -0400 Fix paths commit 7dc28be Author: Reuben Turner <groovinchip@gmail.com> Date: Sat May 1 21:17:17 2021 -0400 Add cd into example commit 3761559 Author: Reuben Turner <groovinchip@gmail.com> Date: Sat May 1 21:13:50 2021 -0400 Try a different action deploying to gh pages
Configuration menu - View commit details
-
Copy full SHA for 742cce0 - Browse repository at this point
Copy the full SHA 742cce0View commit details -
* Documentation about checkbox * Documentation about radio button * Documentation about push button * Documentation about toggle switch * Documentation about indicators * Documentation about help buttons * Code improvements * Changes * Introduce library.dart Moving flutter exports from macos_ui.dart to library.dart allows documentation to be generated only for files belonging to macos_ui. * Fix placement of package level documentation * Address pana warning Co-authored-by: Reuben Turner <groovinchip@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 10d1d5b - Browse repository at this point
Copy the full SHA 10d1d5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 472607e - Browse repository at this point
Copy the full SHA 472607eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a79ae19 - Browse repository at this point
Copy the full SHA a79ae19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dcc71a - Browse repository at this point
Copy the full SHA 9dcc71aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0dbdf7 - Browse repository at this point
Copy the full SHA e0dbdf7View commit details
Commits on May 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ded185c - Browse repository at this point
Copy the full SHA ded185cView commit details
Commits on May 9, 2021
-
* remove split_view package * create title_bar * create sidebar * create content_area * remove titlebar in MainFlutterWindow.swift * Update pubspec.lock * create resizable_pane * create resizable_pane_notifier * Update scaffold.dart * Update macos_ui.dart * Update main.dart * [example] add resizable pane * add dividerColor to MacosThemeData * use BoxDecoration in Sidebar * use SafeArea in ContentArea * update ResizablePane * update scaffold * make `ResizablePane` `const` * make `Sidebar` `const` * make `TitleBar` `const` * make `Scaffold` `const` * Update CHANGELOG.md * Update resizable_pane.dart * add maybeOf to scaffold * Update macos_ui.dart * Update scaffold.dart * add `scaffoldBreakpoint` to `sidebar` * use sidebar breakpoint and toggling in `Scaffold` * use `scaffoldBreakpoint` in `ResizablePane` * update example * Address some requested changes Co-authored-by: Reuben Turner <groovinchip@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ad55291 - Browse repository at this point
Copy the full SHA ad55291View commit details -
* Implemented TextField And fixed macos resolve color * Formatted code * Update README.md * Border * Fixed text field border to match the latest design * Focused border animation * Fix formatting error * Update placeholder text in demo * Update version, CHANGELOG.md Co-authored-by: Reuben Turner <groovinchip@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 40a7c8a - Browse repository at this point
Copy the full SHA 40a7c8aView commit details
Commits on May 10, 2021
-
* Implemente mouse cursors * Removed mouse cursor from checkbox and radio button * Implemented mouse cursor for text field * Bump version
Configuration menu - View commit details
-
Copy full SHA for 6673be2 - Browse repository at this point
Copy the full SHA 6673be2View commit details -
* Implement tooltip * Bump version and update readme * Format files * Fixed typo
Configuration menu - View commit details
-
Copy full SHA for 4b29012 - Browse repository at this point
Copy the full SHA 4b29012View commit details
Commits on May 11, 2021
-
* Update Scaffold images * Address analyzer warnings * Constructors first * Remove unnecessary statement
Configuration menu - View commit details
-
Copy full SHA for 62feb6d - Browse repository at this point
Copy the full SHA 62feb6dView commit details -
* Adjust failing score * Address warning * Run dartfmt * Re-adjust scoring * Re-adjust scoring again * Re-adjust scoring again! * Use correct score
Configuration menu - View commit details
-
Copy full SHA for 9e42f00 - Browse repository at this point
Copy the full SHA 9e42f00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8873f44 - Browse repository at this point
Copy the full SHA 8873f44View commit details
Commits on May 12, 2021
-
* update `resizable_pane_notifier` documentation * update `ScaffoldScope` documentation * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 189dc32 - Browse repository at this point
Copy the full SHA 189dc32View commit details
Commits on May 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cbd4c78 - Browse repository at this point
Copy the full SHA cbd4c78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6126e90 - Browse repository at this point
Copy the full SHA 6126e90View commit details