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

outdated

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.3

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';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Database Utility

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, path, sprintf, sqflite

More

Packages that depend on fealm