sdk-for-flutter icon indicating copy to clipboard operation
sdk-for-flutter copied to clipboard

[READ-ONLY] Official Appwrite Flutter SDK 💙

Results 63 sdk-for-flutter issues
Sort by recently updated
recently updated
newest added

### 👟 Reproduction steps `Create`, `Update` & `Delete` events are being triggered multiple times when subscribed to multiple channels. In the example below there are 2 create events when a...

bug

When logging in with email, `null` is returned from the server for `providerAccessTokenExpiry`, but the type is currently `int` and not `int?` which is why an exception flies at this...

Most features of the Appwrite Flutter SDK should already work with Windows apps out of the box. One specific area that still lacks support is our OAuth login. For us...

enhancement
good first issue
help wanted
hacktoberfest

When initializing an OAuth2 session, the cookie that would indicates migrating an anonymous account to a full account gets lost in the WebView. I think one of the possible solution...

bug

Most features of the Appwrite Flutter SDK should already work with Linux apps out of the box. One specific area that still lacks support is our OAuth login. For us...

enhancement
help wanted

### 👟 Reproduction steps Run Windows Desktop app and create an OAuth session like this createOAuth2Session(provider: "microsoft"); ### 👍 Expected behavior I get an Session like I do when I...

bug

## What does this PR do? I just fixed "window.opener.postMessage" as in https://appwrite.io/docs/getting-started-for-flutter ### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)? Yes

### 🔖 Feature description Hello maintainers. I would like to add gitpod to your repo to help beginners contribute. - Gitpod is an online IDE which can be launched from...

### 🔖 Feature description pub.dev score: https://pub.dev/packages/appwrite/score 1. [ ] Use an OSI-approved license. Sample projects with a valid [BSD-3](https://opensource.org/licenses/BSD-3-Clause) license * [url_launcher](https://github.com/flutter/plugins/blob/main/packages/url_launcher/url_launcher/LICENSE) * [device_info_plus](https://github.com/fluttercommunity/plus_plugins/blob/main/packages/device_info_plus/device_info_plus/LICENSE) * [intl](https://github.com/dart-lang/intl/blob/master/LICENSE) 3. [ ]...

good first issue

### 🔖 Feature description The APIs for Appwrite can be improved, made less verbose and more Dart/Flutter friendly by adopting a declarative approach in many scenarios. Also, since majority of...