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
110
pub points
14%
popularity

Publisher

unverified uploader

Flutter plugin which mostly like native sdk of iOS

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on flutterrealm_light