Commit 75707a4
latest from dev (#269)
* Sidebar top (#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 <whiplashoo@users.noreply.github.com>
* chore: update issue templates
* chore: update pr_prelaunch script
* Flutter 3 upgrade & MacosColor update (#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 (#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 #249) (#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 <groovinchip@gmail.com>
* Version 1.4.1 (#255)
* Sidebar top (#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 <whiplashoo@users.noreply.github.com>
* chore: update issue templates
* chore: update pr_prelaunch script
* Flutter 3 upgrade & MacosColor update (#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 (#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 #249) (#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 <groovinchip@gmail.com>
Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
* chore: repository, homepage fields
* chore: update readme
* feat(starter_app): Version 1.1.0
* feat(starter_app): multi-window support
* feat: starter_app 1.2.1
* chore: move brick to its own repo & go back to old pana action
* Expand remaining part of row in MacosListTile (#265)
* Expand remaining part of row #264
* Increment to version 1.4.2
* End sidebar (#267)
* chore: add missing trailing comma
* chore: improve MacosIconButton animation curve
* chore: remove false_secrets from pubspec.yaml
* feat: end sidebar
Also fixes the tests portion of the pr_prelaunch_tasks script
* feat: add "isEndSidebarShown" to MacosWindowScope
Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
Co-authored-by: Jon Saw <jon.saw@gmail.com>1 parent aae8268 commit 75707a4
File tree
58 files changed
+308
-2286
lines changed- .github/workflows
- example
- lib
- pages
- lib/src
- buttons
- layout
- sidebar
- theme
- starter_app/bricks/macosui_starter
- __brick__
- lib
- macos
- Flutter
- Runner.xcodeproj
- Runner.xcworkspace
- Runner
- Assets.xcassets/AppIcon.appiconset
- Base.lproj
- Configs
- test
- hooks
- test/layout
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+308
-2286
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | | - | |
| 15 | + | |
14 | 16 | | |
15 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
16 | 24 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
33 | 29 | | |
34 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
224 | 235 | | |
225 | 236 | | |
226 | 237 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
26 | 47 | | |
27 | 48 | | |
28 | | - | |
| 49 | + | |
| 50 | + | |
29 | 51 | | |
30 | | - | |
| 52 | + | |
31 | 53 | | |
32 | | - | |
| 54 | + | |
33 | 55 | | |
34 | 56 | | |
35 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
64 | 58 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
72 | 63 | | |
73 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
114 | 122 | | |
0 commit comments