Skip to content

Latest commit

 

History

History
 
 

myapp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

A simple command-line application using Realm Dart SDK

Setup

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
    pub run myapp
    
    or
    <PATH>/example/myapp> dart bin/myapp.dart
    
The "Dart" name and logo and the "Flutter" name and logo are trademarks owned by Google.