flora_orm 1.0.1 copy "flora_orm: ^1.0.1" to clipboard
flora_orm: ^1.0.1 copied to clipboard

Flutter plugin for ORM in front of storage like sqflite and shared_preferences

flora_orm #

pub package

ORM for Flutter. Supports iOS, Android and Web.

The ORM supports:

Getting Started #

To get started, you need to add flora_orm to your project. Follow the steps below:

  1. Open the terminal in your project root. You can do this by pressing Alt+F12 in Android Studio or Ctrl+` in VS Code.

  2. Run the following command:

flutter pub add flora_orm

This command will add a line to your package's pubspec.yaml file and run an implicit flutter pub get. The added line will look like this:

dependencies:
  flora_orm: