Skip to content

Commit adf92e7

Browse files
dawn-duckytomarra
andauthored
Create new section in docs for Flutter concepts and add first article (#482)
* Create new section in docs for Flutter concepts and add first article This article provides a comprehensive technical deep-dive into the Flutter SDK, covering its architecture, tooling, and update strategies. It discusses Dart's compilation methods, the Flutter engine's rendering pipeline, and introduces Shorebird for over-the-air updates. * gertting things working * remove md file * get the video embed looking better * spelling fixes * update path --------- Co-authored-by: Tom Arra <tarra3@gmail.com>
1 parent db74d8e commit adf92e7

File tree

3 files changed

+415
-0
lines changed

3 files changed

+415
-0
lines changed

.cspell.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ words:
3030
- elif
3131
- evenodd
3232
- ffigen
33+
- jank
3334
- libapp
3435
- libflutter
3536
- libupdater
@@ -42,6 +43,8 @@ words:
4243
- podfile
4344
- prefs
4445
- previewable
46+
- recompiles
47+
- riverpod
4548
- rollouts
4649
- sdkman
4750
- shorebirdtech

astro.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ export default defineConfig({
8080
collapsed: true,
8181
autogenerate: { directory: 'system' },
8282
},
83+
{
84+
label: 'Flutter Concepts',
85+
collapsed: true,
86+
autogenerate: { directory: 'flutter-concepts' },
87+
},
8388
],
8489
plugins: [
8590
starlightAutoSidebar(),

0 commit comments

Comments
 (0)