Docs Menu

Realm Flutter SDK

The Realm Flutter SDK enables client applications written in Dart for the Flutter platform to access data stored in realms, sync data with Atlas, and use Atlas App Services.

Learning Paths
Functions Icon

Quick Start

Minimal-explanation code examples of how to work with the Realm Flutter SDK.

See Code Examples

Realm Mobile Icon

Working Example App

Learn by example through dissecting a working app that uses the Realm Flutter SDK and Atlas Device Sync.

Explore an Example App

Tutorial Icon

Guided Tutorial

Follow a guided tutorial to learn how to adapt the example app to create your own working Flutter app with Realm and Atlas Device Sync.

Follow the Tutorial

What You Can Do
Essential Documentation
Reference Icon

Realm Flutter Reference

Explore reference docs for the Realm Dart and Flutter on pub.dev.

Realm Flutter Reference

Flutter Logo Icon

Install Realm Flutter

Learn how to add the Realm SDK to your Flutter project.

Add Realm to Flutter project

In addition to using Realm with Flutter, you can also use Realm with projects that just use Dart, like a CLI application or web server.

The usage for Realm with Dart is the same as the Flutter SDK, except you must install and set up a separate package.

Learn how to set up Realm in your Dart project.

Explore engineering and expert-provided example projects to learn best practices and common development patterns for Realm and Atlas App Services using the Flutter SDK. Check out the Example Projects page for more Flutter sample apps.

Realm Offline Icon

Offline Login and Realm Access

Log in a Device Sync user and open a synced realm offline.

Example project

Users Icon

User's Online State

Detect connectivity and activity of users and devices.

Example project

Local Realm Icon

Provider Shopper

Build a modified Flutter sample app that uses a local Realm instead of in-memory collection.

Example project

Share Feedback