mogol / flutter_realm

Realm via Platform Channels

Home Page:https://pub.dev/packages/flutter_realm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codemagic build status

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 requires 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
  • Realm Sync
  • JWT and Username&Password authorization

About

Realm via Platform Channels

https://pub.dev/packages/flutter_realm

License:MIT License


Languages

Language:Dart 43.2%Language:Objective-C 26.9%Language:Java 26.8%Language:Ruby 3.1%