Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ dev_dependencies:
transparent_image: 0.1.0
css_colors: 1.0.2
web_socket_channel: 1.0.9
sqflite: ^1.1.0
4 changes: 2 additions & 2 deletions src/docs/cookbook/networking/web-sockets.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ prev:
title: Parsing JSON in the background
path: /docs/cookbook/networking/background-parsing
next:
title: Reading and Writing Files
path: /docs/cookbook/persistence/reading-writing-files
title: Persist data with SQLite
path: /docs/cookbook/persistence/sqlite
---

In addition to normal HTTP requests, you can connect to servers using
Expand Down
4 changes: 2 additions & 2 deletions src/docs/cookbook/persistence/reading-writing-files.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Reading and Writing Files
prev:
title: Working with WebSockets
path: /docs/cookbook/networking/web-sockets
title: Persist data with SQLite
path: /docs/cookbook/persistence/sqlite
next:
title: Storing key-value data on disk
path: /docs/cookbook/persistence/key-value
Expand Down
Loading