diff --git a/flutter-sdk/getting-started.md b/flutter-sdk/getting-started.md index 184e405..7bbf313 100644 --- a/flutter-sdk/getting-started.md +++ b/flutter-sdk/getting-started.md @@ -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 ---- \ No newline at end of file +--- + +# 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] +``` \ No newline at end of file diff --git a/java-sdk/getting-started.md b/java-sdk/getting-started.md index 2825005..f580a5c 100644 --- a/java-sdk/getting-started.md +++ b/java-sdk/getting-started.md @@ -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 --- diff --git a/kotlin-sdk/getting-started.md b/kotlin-sdk/getting-started.md index e7a6876..f24090b 100644 --- a/kotlin-sdk/getting-started.md +++ b/kotlin-sdk/getting-started.md @@ -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 ---