Skip to content

Commit

Permalink
SQLite recipe (#2424)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianegan authored and sfshaza2 committed Feb 22, 2019
1 parent 6ed1e16 commit af01721
Show file tree
Hide file tree
Showing 4 changed files with 429 additions and 4 deletions.
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

0 comments on commit af01721

Please sign in to comment.