flutterrealm_light 1.2.3+1 copy "flutterrealm_light: ^1.2.3+1" to clipboard
flutterrealm_light: ^1.2.3+1 copied to clipboard

PlatformiOS

Flutter plugin which mostly like native sdk of iOS

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
import 'package:flutterrealm_light/realm.dart';
    SyncCredentials syncCredentials =
        SyncCredentials(jwt, SyncCredentialsType.jwt);
    SyncUser user =
        await SyncUser.login(credentials: syncCredentials, server: server);

To logout #

syncUser.logout()
3
likes
140
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin which mostly like native sdk of iOS

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on flutterrealm_light