fealm 0.0.7 copy "fealm: ^0.0.7" to clipboard
fealm: ^0.0.7 copied to clipboard

Database Utility

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fealm

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fealm: ^0.0.7

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:fealm/commons/FieldWrapper.dart';
import 'package:fealm/commons/StringBuilder.dart';
import 'package:fealm/fealm/Fealm.dart';
import 'package:fealm/fealm/FealmObject.dart';
import 'package:fealm/fealm/FealmQuery.dart';
import 'package:fealm/fealm/FealmResult.dart';
import 'package:fealm/fealm/Realm.dart';
import 'package:fealm/main.dart';
import 'package:fealm/model/Many2One.dart';