Last updated:
0 purchases
flutterrealm light
flutterrealm_light #
Android and iOS Library for Realm
Supported Platforms
IOS
How to Use #
# add this line to your dependencies
fluterrealm: ^1.0.19+1
copied to clipboard
import 'package:flutterrealm_light/realm.dart';
copied to clipboard
SyncCredentials syncCredentials =
SyncCredentials(jwt, SyncCredentialsType.jwt);
SyncUser user =
await SyncUser.login(credentials: syncCredentials, server: server);
copied to clipboard
To logout #
syncUser.logout()
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.