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.
Get Started with Realm Flutter

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

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

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.
Develop Apps with the Realm Flutter SDK
Recommended Reading

Realm Flutter Reference
Explore reference docs for the Realm Dart and Flutter on pub.dev.
Install Realm Flutter
Learn how to add the Realm SDK to your Flutter project.
Dart Standalone Realm
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.
Example Projects
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.

Offline Login and Realm Access
Log in a Device Sync user and open a synced realm offline.


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