Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
db3c040
add CUJ
ericwindmill Aug 6, 2026
0b7a4f3
add CUJ page
ericwindmill Aug 6, 2026
2018124
Merge branch 'main' of https://github.com/flutter/website into flutte…
ericwindmill Aug 6, 2026
9cea3b4
refactor shared SCSS
ericwindmill Aug 6, 2026
8c43d7d
add shared filter component
ericwindmill Aug 6, 2026
c6bc4f3
fix narrow screen scss
ericwindmill Aug 6, 2026
8c0913a
Merge branch 'main' of https://github.com/flutter/website into flutte…
ericwindmill Aug 11, 2026
85a269d
checkin methodology edits
ericwindmill Aug 11, 2026
da5d0c3
checkin nav changes and initial images
ericwindmill Aug 11, 2026
f41bf4a
checkin some edits
ericwindmill Aug 11, 2026
6efb664
checkin some edits
ericwindmill Aug 11, 2026
59af3f3
initial checkin
ericwindmill Aug 11, 2026
675e7ac
Merge branch 'main' of https://github.com/flutter/website into ide-co…
ericwindmill Aug 11, 2026
78a396d
fix filename
ericwindmill Aug 11, 2026
66d2e40
checkin some refactoring
ericwindmill Aug 11, 2026
ae00cb1
rework data format
ericwindmill Aug 12, 2026
485f2ab
start refactor
ericwindmill Aug 13, 2026
022ccaf
start refactor
ericwindmill Aug 13, 2026
abac75d
more refactor
ericwindmill Aug 13, 2026
9fce03b
more refactor
ericwindmill Aug 13, 2026
d8b7734
more refactor
ericwindmill Aug 13, 2026
d13168d
more refactor
ericwindmill Aug 13, 2026
1862e74
more refactor
ericwindmill Aug 13, 2026
1373068
more refactor
ericwindmill Aug 13, 2026
f083b82
tidy scss
ericwindmill Aug 13, 2026
e944483
fix scss funkiness
ericwindmill Aug 14, 2026
95d3c93
more refactor
ericwindmill Aug 14, 2026
6eb79db
more refactor
ericwindmill Aug 14, 2026
2ff76c9
more refactor
ericwindmill Aug 15, 2026
68a0f0c
Merge branch 'main' of https://github.com/flutter/website into ide-co…
ericwindmill Aug 15, 2026
63e6fdc
Merge branch 'main' of https://github.com/flutter/website into ide-co…
ericwindmill Aug 18, 2026
e7c3351
address code review
ericwindmill Aug 18, 2026
3ec23ff
Merge branch 'main' of https://github.com/flutter/website into flutte…
ericwindmill Aug 18, 2026
42ac131
adds file for blogpost
ericwindmill Aug 18, 2026
c172f6d
Merge remote-tracking branch 'origin/ide-component' into flutter-bench
ericwindmill Aug 18, 2026
a907a02
render IDE view
ericwindmill Aug 18, 2026
4a0cd0a
docs edits
ericwindmill Aug 18, 2026
a5c7f55
Add client-side Mermaid diagram rendering support
ericwindmill Aug 18, 2026
54f30b0
Add initial mermaid scss files
ericwindmill Aug 18, 2026
196e378
Merge branch 'main' of https://github.com/flutter/website into add-me…
ericwindmill Aug 18, 2026
2949742
Merge branch 'add-mermaid-support' into flutter-bench
ericwindmill Aug 18, 2026
732affe
chekin edits
ericwindmill Aug 19, 2026
9942358
use Dart package
ericwindmill Aug 19, 2026
ecd987c
checkin
ericwindmill Aug 19, 2026
1e75cdd
Merge branch 'add-mermaid-support' into flutter-bench
ericwindmill Aug 19, 2026
3d6b708
Adds some visual components
ericwindmill Aug 19, 2026
9579ffd
tweak visual components
ericwindmill Aug 19, 2026
5fa590a
Adds some visual components
ericwindmill Aug 19, 2026
c647827
more component works
ericwindmill Aug 19, 2026
a502f0e
more tweaks
ericwindmill Aug 19, 2026
abe8736
more tweaks
ericwindmill Aug 19, 2026
730adee
more tweaks to grader matrix component
ericwindmill Aug 19, 2026
1321661
refactor components
ericwindmill Aug 19, 2026
6055672
add story page layout
ericwindmill Aug 19, 2026
f0cd8c4
Merge branch 'main' of https://github.com/flutter/website into flutte…
ericwindmill Aug 19, 2026
c555fef
remove mermaid, not using it yet
ericwindmill Aug 19, 2026
7e98ca4
checkin
ericwindmill Aug 19, 2026
5570bfb
Revert formatting changes in examples directory
ericwindmill Aug 19, 2026
e8f0487
fix blog post meta data
ericwindmill Aug 19, 2026
2e97d83
Merge branch 'main' of https://github.com/flutter/website into flutte…
ericwindmill Aug 19, 2026
e285317
update nav to reflect main changes
ericwindmill Aug 19, 2026
d583bd2
more tweakkkzzzz
ericwindmill Aug 20, 2026
8648396
add sticky progress bar and custom header
ericwindmill Aug 20, 2026
4915d8a
adjust background
ericwindmill Aug 20, 2026
12e9752
nudge pixels
ericwindmill Aug 20, 2026
d8a8b84
Merge branch 'main' of https://github.com/flutter/website into flutte…
ericwindmill Aug 20, 2026
9939dfd
more tweaakkkkkkk
ericwindmill Aug 20, 2026
e62515f
MORE
ericwindmill Aug 20, 2026
c038f6d
refactor scss
ericwindmill Aug 20, 2026
73198f3
remove unneeded files
ericwindmill Aug 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions packages/site_shared/lib/_sass/base/_breakpoints.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
@use 'sass:map';

$breakpoints: (
'sm': 640px,
'md': 768px,
'lg': 1024px,
'xl': 1280px,
'2xl': 1536px,
'max': 1440px,
'3xl': 1920px,
);

@mixin screen($name) {
$value: map.get($breakpoints, $name);
@if $value == null {
@error 'Unknown breakpoint: #{$name}';
}
@media (min-width: $value) {
@content;
}
}

@mixin screen-below($name) {
$value: map.get($breakpoints, $name);
@if $value == null {
@error 'Unknown breakpoint: #{$name}';
}
@media (max-width: $value - 1px) {
@content;
}
}
Loading
Loading