Skip to content

Commit

Permalink
some corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
anidotnet committed Dec 19, 2023
1 parent a90ed0e commit 9935bd7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
17 changes: 15 additions & 2 deletions flutter-sdk/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
---
icon: rocket
label: Getting Started
description: 'This guide will help you get started with Nitrite database. It will show you how to create a database, create a collection, insert documents, and query documents.'
description: 'This guide will help you get started with Nitrite database. It will show you how to create a database, create a collection, insert documents, and query documents in Flutter.'
order: 20
---
---

# Getting Started in Flutter

To get started with Nitrite database, you need to add the dependency to your pubspec.yaml file.

## Add dependency

Add Nitrite dependency to your project:

```yaml
dependencies:
nitrite: ^[latest version]
```
2 changes: 1 addition & 1 deletion java-sdk/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
icon: rocket
label: Getting Started
description: 'This guide will help you get started with Nitrite database. It will show you how to create a database, create a collection, insert documents, and query documents.'
description: 'This guide will help you get started with Nitrite database. It will show you how to create a database, create a collection, insert documents, and query documents in Java.'
order: 20
---

Expand Down
2 changes: 1 addition & 1 deletion kotlin-sdk/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
icon: rocket
label: Getting Started
description: 'This guide will help you get started with Nitrite database. It will show you how to create a database, create a collection, insert documents, and query documents.'
description: 'This guide will help you get started with Nitrite database. It will show you how to create a database, create a collection, insert documents, and query documents in Kotlin.'
order: 20
---

Expand Down

0 comments on commit 9935bd7

Please sign in to comment.