sdk-for-dart
sdk-for-dart copied to clipboard
[READ-ONLY] Official Appwrite Dart SDK 💙
## What does this PR do? (Provide a description of what this PR does.) ## Test Plan (Write your test plan here. If you changed any code, please provide us...
Fix incorrect database and deployment response models * Closes: https://github.com/appwrite/sdk-for-dart/issues/23 * Related: https://github.com/appwrite/appwrite/issues/3633
### 👟 Reproduction steps Database.update(); ### 👍 Expected behavior It should return `models.Database.fromMap(res.data);` ### 👎 Actual Behavior But it returns a collection  ### 🎲 Appwrite version...
### 👟 Reproduction steps Not really a bug but I was wondering if there was a specific reason to not add strongly typing to all services parameters ? Examples for...
### 🔖 Feature description pub.dev score: https://pub.dev/packages/dart_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. [ ]...
### 👟 Reproduction steps The current version of dart pub http is 1.1.2 but the package dart_appwrite depends on an older version. ### 👍 Expected behavior dart_appwrite dependency of http...
## What does this PR do? See https://github.com/appwrite/sdk-generator/pull/710 ## Test Plan Manual ## Related PRs and Issues * https://github.com/appwrite/sdk-generator/pull/710 * https://github.com/appwrite/sdk-for-dart/issues/59 ### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)?...
### 🔖 Feature description Allow context.res.send(); 1st parameter accepts String and bytes so as to send Uint8List as data. I am trying to send ```Uint8List``` as the 1st parameter getting...
### 👟 Reproduction steps When I update an attribute using `Databases.update#Attribute` and pass in `null` for `xdefault`, ### 👍 Expected behavior It should set the default value of that attribute...
### 👟 Reproduction steps When I attempt to update a numeric attribute (int or float) using `Databases.updateIntAttribute()` or `Databases.updateFloatAttribute()`: ### 👍 Expected behavior I should be able to set the...