Skip to content

Commit 3a6e1a2

Browse files
authored
DOCS-3398: Add data client code samples to flutter sdk (#337)
* Add data client code samples to flutter sdk
1 parent 67aba3e commit 3a6e1a2

File tree

4 files changed

+924
-37
lines changed

4 files changed

+924
-37
lines changed

dartdoc_options.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ dartdoc:
44
markdown: doc/Components.md
55
"Services":
66
markdown: doc/Services.md
7+
"App":
8+
markdown: doc/App.md
79
"Viam SDK":
810
markdown: doc/ViamSDK.md
911
"Common":
1012
markdown: doc/Common.md
1113
"Protobuf Definitions":
1214
markdown: doc/Protobuf.md
1315
categoryOrder:
14-
["Components", "Services", "Common", "Viam SDK", "Protobuf Definitions"]
16+
["Components", "Services", "App", "Common", "Viam SDK", "Protobuf Definitions"]
1517
nodoc: ["**/di/**", "**/domain/**"]

doc/App.md

Whitespace-only changes.

0 commit comments

Comments
 (0)