Skip to content

Commit 8f12fc8

Browse files
committed
chore: bug fixes and improvements
1 parent 131d2e6 commit 8f12fc8

File tree

333 files changed

+726
-7885
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

333 files changed

+726
-7885
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite)
88
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord)
99

10-
**This SDK is compatible with Appwrite server version 1.5.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-dart/releases).**
10+
**This SDK is compatible with Appwrite server version 1.4.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-dart/releases).**
1111

1212
> This is the Dart SDK for integrating with Appwrite from your Dart server-side code. If you're looking for the Flutter SDK you should check [appwrite/sdk-for-flutter](https://github.com/appwrite/sdk-for-flutter)
1313
@@ -23,7 +23,7 @@ Add this to your package's `pubspec.yaml` file:
2323

2424
```yml
2525
dependencies:
26-
dart_appwrite: ^11.0.0-rc.1
26+
dart_appwrite: ^10.1.1
2727
```
2828
2929
You can install packages from the command line:

β€Ždocs/examples/account/add-authenticator.mdβ€Ž

Lines changed: 0 additions & 23 deletions
This file was deleted.

β€Ždocs/examples/account/create-anonymous-session.mdβ€Ž

Lines changed: 0 additions & 20 deletions
This file was deleted.

β€Ždocs/examples/account/create-challenge.mdβ€Ž

Lines changed: 0 additions & 22 deletions
This file was deleted.

β€Ždocs/examples/account/create-email-password-session.mdβ€Ž

Lines changed: 0 additions & 23 deletions
This file was deleted.

β€Ždocs/examples/account/create-email-token.mdβ€Ž

Lines changed: 0 additions & 23 deletions
This file was deleted.

β€Ždocs/examples/account/create-j-w-t.mdβ€Ž

Lines changed: 0 additions & 20 deletions
This file was deleted.

β€Ždocs/examples/account/create-magic-u-r-l-token.mdβ€Ž

Lines changed: 0 additions & 23 deletions
This file was deleted.

β€Ždocs/examples/account/create-o-auth2session.mdβ€Ž

Lines changed: 0 additions & 22 deletions
This file was deleted.

β€Ždocs/examples/account/create-phone-token.mdβ€Ž

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
Β (0)