appwrite / sdk-for-flutter

[READ-ONLY] Official Appwrite Flutter SDK 💙
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
369 stars 110 forks source link

✅ Make unit tests working again + Bump package_info_plus dep #192

Closed istornz closed 8 months ago

istornz commented 8 months ago

What does this PR do?

⚠️ I think I found a bug in the SDK, if someone could check if it's voluntary or not: In the query_test.dart file, line 86. I think the correct behavior is to return a simple list ['a', 'b', 'c'] like others but actually it return [['a', 'b', 'c']].

Test Plan

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

istornz commented 8 months ago

Closed, I would contribute in the SDK generator instead.