etebase library

Classes

Etebase
A static class to initialize the library.
EtebaseAccount
The dart binding of the EtebaseAccount rust class
EtebaseClient
The dart binding of the EtebaseClient rust class
EtebaseCollection
The dart binding of the EtebaseCollection rust class
EtebaseCollectionInvitationManager
The dart binding of the EtebaseCollectionInvitationManager rust class
EtebaseCollectionListResponse
The dart binding of the EtebaseCollectionListResponse rust class
EtebaseCollectionManager
The dart binding of the EtebaseCollectionManager rust class
EtebaseCollectionMember
The dart binding of the EtebaseCollectionMember rust class
EtebaseCollectionMemberManager
The dart binding of the EtebaseCollectionMemberManager rust class
EtebaseConfig
A configuration to set global parameters for etebase.
EtebaseFetchOptions
The dart binding of the EtebaseFetchOptions rust class
EtebaseFileSystemCache
The dart binding of the EtebaseFileSystemCache rust class
EtebaseInvitationListResponse
The dart binding of the EtebaseInvitationListResponse rust class
EtebaseItem
The dart binding of the EtebaseItem rust class
EtebaseItemListResponse
The dart binding of the EtebaseItemListResponse rust class
EtebaseItemManager
The dart binding of the EtebaseItemManager rust class
EtebaseItemMetadata
The dart binding of the EtebaseItemMetadata rust class
EtebaseItemRevisionsListResponse
The dart binding of the EtebaseItemRevisionsListResponse rust class
EtebaseMemberListResponse
The dart binding of the EtebaseMemberListResponse rust class
EtebaseRemovedCollection
The dart binding of the EtebaseRemovedCollection rust class
EtebaseSignedInvitation
The dart binding of the EtebaseSignedInvitation rust class
EtebaseUser
The dart binding of the EtebaseUser rust class
EtebaseUserProfile
The dart binding of the EtebaseUserProfile rust class
EtebaseUtils
The dart binding of the EtebaseUtils rust class

Enums

EtebaseCollectionAccessLevel
The access level to a collection.
EtebaseErrorCode
Error codes indicating what went wrong.
EtebasePrefetchOption
Dictates how much data to prefetch when passed to EtebaseFetchOptions.

Functions

etebaseGetDefaultServerUrl() Future<Uri>
The URL of the main hosted server

Typedefs

LoadLibetebaseFn = FutureOr<DynamicLibrary> Function()
Typedef for a function that loads the libetebase.[so|dylib|dll].

Exceptions / Errors

EtebaseException
An exception thrown by the library if a etebase operation fails.
EtebaseIsolateError
Error that indicates that there is a problem with the background isolate.