Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
95c8232
setup blog
schultek Apr 13, 2026
d02141f
add all blog posts
schultek Jul 7, 2026
8b7a4b0
fix blog styling
schultek Jul 7, 2026
cd1fc4c
Merge branch 'main' into feat/blog
schultek Jul 7, 2026
6b8762c
fix build
schultek Jul 7, 2026
935c386
fix build 2
schultek Jul 7, 2026
9c560cd
remove blog redirects
schultek Jul 7, 2026
56f8758
convert blog images to webp to optimize size
schultek Jul 9, 2026
e3401ee
Hook up with Atom feed output
parlough Jul 14, 2026
4135e30
Merge branch 'main' into feat/blog
parlough Jul 14, 2026
7020416
Test multiple authors with recent post
parlough Jul 14, 2026
1727793
Use correct blog title
parlough Jul 14, 2026
e344701
Fix a bunch of Markdown formatting issues and inconsistencies
parlough Jul 15, 2026
87389ad
Update http links to https where possible
parlough Jul 15, 2026
9faf820
Fix some strange override links to Twitter
parlough Jul 15, 2026
c1b87ab
Fix and update a few more links
parlough Jul 15, 2026
6124712
Fix a few links to headers
parlough Jul 15, 2026
c02c36d
Merge branch 'main' into feat/blog
parlough Jul 15, 2026
b4f55b6
Change categories, add descriptions, add to each post
parlough Jul 16, 2026
b06fa06
Fix code snippets in whats-new-in-flutter-3-41
parlough Jul 16, 2026
4797c6e
Correct code block languages and a few snippets
parlough Jul 16, 2026
2818659
Remove use of attempted drop cap formatting
parlough Jul 16, 2026
d1e55e3
Fix some nested Markdown lists
parlough Jul 16, 2026
c2f0017
Fix some spelling issues in posts
parlough Jul 16, 2026
43de894
merge blog authors into single file
schultek Jul 16, 2026
c1ca841
fix category selection on browser navigation and link styling
schultek Jul 16, 2026
af9468b
fix youtube embedding
schultek Jul 16, 2026
9f587fc
fix header shadow and post info button styles
schultek Jul 16, 2026
80b831b
Add and adjust author information and links
parlough Jul 16, 2026
3dd6e4a
Remove some author links unsure about
parlough Jul 16, 2026
5734481
Fix a bunch of inline code, code snippets, Markdown formatting
parlough Jul 16, 2026
54a1c5f
Fix code blocks in handling-web-gestures-in-flutter
parlough Jul 16, 2026
fd14a3a
Remove a few unnecessarily duplicated article headings
parlough Jul 16, 2026
5f3c42e
Adjust YAML formatting of page descriptions
parlough Jul 17, 2026
e641c07
Improve and fix a bunch of article descriptions
parlough Jul 17, 2026
550bc76
Use consistent quotation marks in article descriptions
parlough Jul 17, 2026
5326a28
Merge branch 'main' into feat/blog
parlough Jul 17, 2026
56bac80
Update some inline code spans to code blocks
parlough Jul 17, 2026
efb1669
Correct a bunch of header nesting levels
parlough Jul 17, 2026
41dada0
Remove now inaccurate table of contents
parlough Jul 17, 2026
dfd8006
Merge branch 'main' into feat/blog
parlough Jul 17, 2026
0afd1ad
fix social url and image props on docs and www to absolute urls
schultek Jul 17, 2026
79d2a8d
Merge branch 'main' into feat/blog
schultek Jul 20, 2026
e471176
apply review
schultek Jul 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion packages/site_shared/lib/_sass/base/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ body {

button,
input,
optgroup,
select,
textarea {
font-family: inherit;
Expand All @@ -27,4 +28,4 @@ textarea {
color: inherit;
margin: 0;
padding: 0;
}
}
Loading
Loading