flutterrealm_light 0.0.67+1 flutterrealm_light: ^0.0.67+1 copied to clipboard
Flutter plugin which mostly like native sdk of iOS
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutterrealm_light
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutterrealm_light: ^0.0.67+1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutterrealm_light/object.dart';
import 'package:flutterrealm_light/realm.dart';
import 'package:flutterrealm_light/results.dart';
import 'package:flutterrealm_light/syncUser.dart';
import 'package:flutterrealm_light/types.dart';