flora_orm 1.0.1 flora_orm: ^1.0.1 copied to clipboard
Flutter plugin for ORM in front of storage like sqflite and shared_preferences
flora_orm #
ORM for Flutter. Supports iOS, Android and Web.
The ORM supports:
- shared_preferences - All platforms support
- sqflite - iOS, Android and MacOS support
- sqflite_common_ffi - Linux/Windows/DartVM support
Getting Started #
To get started, you need to add flora_orm
to your project. Follow the steps below:
-
Open the terminal in your project root. You can do this by pressing
Alt+F12
in Android Studio orCtrl+`
in VS Code. -
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: