You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -132,7 +132,7 @@ class Storage extends Service {
132
132
/// and spreadsheets, will return the file icon image. You can also pass query
133
133
/// string arguments for cutting and resizing your preview image.
134
134
///
135
-
Future<Response> getFilePreview({requiredString fileId, int width=0, int height=0, int quality=100, int borderWidth=0, String borderColor='', int borderRadius=0, double opacity=1, int rotation=0, String background='', String output=''}) {
Copy file name to clipboardExpand all lines: pubspec.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: appwrite
2
-
version: 0.6.2
2
+
version: 0.6.3
3
3
description: Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API
0 commit comments