We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89199e3 commit f2dbce2Copy full SHA for f2dbce2
src/docs/languages-and-frameworks.md
@@ -22,4 +22,5 @@ Below is a list of language and framework specific tips & tricks.
22
- [Kotlin](/docs/languages/kotlin)
23
- [Pandas](/docs/languages/python/#pandas)
24
- [Deno](/docs/languages/deno)
25
+- [Flutter](/docs/languages/dart#flutter)
26
- [Elm](/docs/languages/elm)
src/docs/menu.ts
@@ -228,6 +228,10 @@ export const MENU: MenuEntry[] = [
228
"Dart",
229
"languages/dart"
230
),
231
+ M(
232
+ "Flutter",
233
+ "languages/dart#flutter"
234
+ ),
235
M(
236
"Julia",
237
"languages/julia"
0 commit comments