appwrite / sdk-for-flutter

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

🐛 Bug Report: Compile error in 13.0.0-rc.2 #216

Closed svenopdehipt closed 3 months ago

svenopdehipt commented 3 months ago

👟 Reproduction steps

Try to compile the app while including appwrite version 13.0.0-rc.2

👍 Expected behavior

Compiles correctly

👎 Actual Behavior

Throws the following error while compiling:

../../../.pub-cache/hosted/pub.dev/appwrite-13.0.0-rc.2/lib/services/functions.dart:141:18: Error: The getter 'paramName' isn't defined for the class 'Functions'.
 - 'Functions' is from 'package:appwrite/appwrite.dart' ('../../../.pub-cache/hosted/pub.dev/appwrite-13.0.0-rc.2/lib/appwrite.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'paramName'.
      paramName: paramName,
                 ^^^^^^^^^
Failed to compile application.

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

stnguyen90 commented 3 months ago

13.0.0 doesn't have this problem and we'll make sure this is addressed when we add multipart form support.