flutter_realm 0.1.0 copy "flutter_realm: ^0.1.0" to clipboard
flutter_realm: ^0.1.0 copied to clipboard

discontinuedreplaced by: realm
outdated

Flutter plugin for Realm Database, a fast, easy to use, and open source alternative to SQLite and Core Data..

flutter_realm #

A Flutter plugin to use Realm Database.

Note: This plugin is still under development, and some APIs might not be available yet. Feedback and Pull Requests are most welcome!

Important #

Current implementation required definition of schema in native Java and ObjC host apps.

Getting Started #

See the example directory for a complete sample app using Realm Database.

Setup #

Features #

  • Persistent and In-memory Realm
  • deleteAllObjects
  • Get allObjects by classname
  • Create object
  • Delete object
  • Update object
  • Query with >, >=, <, <=, =, != and contains operators on fields
  • Subscribe on queries and allObjects
  • Fields with array of String and int
33
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Flutter plugin for Realm Database, a fast, easy to use, and open source alternative to SQLite and Core Data..

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, rxdart, uuid

More

Packages that depend on flutter_realm