Run these commands to setup the application
- Get all dependencies
pub get
- [Windows only] Install Realm Dart binary into the application
pub run realm_dart install
- Generate Realm schema classes
pub run build_runner build
- Run the application
or
pub run myapp
<PATH>/example/myapp> dart bin/myapp.dart