Database and ORM Packages

postgrest

The PostgREST client for Dart is a framework developed by the creator of this library. This library offers an ORM interface to PostgREST.

conduit

A modern HTTP server application framework with OpenAPI 3.0 integration, ORM, and OAuth2 provider. REST, RPC, or GraphQL services are all possible with this foundation.

sqfentity_gen

The Flutter SDK provides native support for the SQLite ORM, which is a free and open-source cross-platform popular object relational mapping (ORM) library. The Flutter SDK includes an SqfnEntity Model Generator tool that allows you to quickly create models from existing database schema by utilizing fluent methods.

jaguar_orm

ORM for generating data from a database. Relationships (one-to-one, one-to-many, many-to-many), preloading, cascading, polymorphic relations, etc… are all included.

hive

The most popular free key-value database, written entirely in Dart. It’s heavily encrypted with AES-256.

sqflite_common

A self-contained, high-reliability, embedded, SQL database engine runs on top of the Dart wrapper on SQLite.

sqflite

The plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine with Flutter.

objectbox

The ObjectBox is a high-performance NoSQL ACID compliant object data store.

It has a good performance. It is easy to find data because it is organized well. It can handle a lot of things and grow with your app. You can search the data in any way you want, even if it crosses different things. You don’t have to worry about compiling time checks and optimizations because it is static typed.

entity

A lightweight ORM for Relational and NoSQL databases, such as Couchbase and PostgreSQL.

angel3_orm

Angel3 ORM is a database-agnostic query builder. It also has relationship and join support.

sqfly

ActiveRecord is a popular ORM framework that uses an object-oriented approach. This project was initially started as AKU (which stands for Active Record Unwrapped). It’s based on Sqflite and utilizes the DAO architecture.

rapidfire

The RapidFire Flutter Library is a versatile ORM system for mobile application development that combines popular Dart packages. Validation, CRUD, and API operations are all automated.

Similar Posts

  • PDF Packages

    pdf This is a Dart PDF file creator. It can generate pdf files for both the web and Flutter. This library is made up of two parts: a low-level Pdf generation library that manages the creation of the PDF documents. A widgets system comparable to Flutter’s, for easier high-level Pdf production. TrueType fonts can be…

  • GDPR Packages

    GDPR is coming up, and you’re not sure what to do. The General Data Protection Regulation (GDPR) went into effect in 2018. This new regulation will have a major impact on how companies collect data from European Union citizens. It’s important that your company is compliant with this new law or risk heavy fines of…

  • Packages for Payment Implementation

    These Flutter packages for payment implementation provide everything you need to get started including in-app purchases (IAP) and subscriptions. flutter_stripe_payment To accept card payments, add Stripe to your Flutter application and use Payment Intents with Strong SCA 3DS Compliance. cashfree_pg This is the official Flutter plugin for integrating Cashfree PG with your app. It displays…

  • State Manager

    If you are new to Flutter and state management, I suggest using riverpod package. Provider and Riverpod are both good. provider InheritedWidget are snippets of code that allow you to reuse and easily add functionality to widgets. This package adds a wrapper around it so they’re easier to use and more reusable. Too often when…

  • Text Packages

    One of the benefits of using Flutter is its rich graphical system, which makes it easy for developers to make their app look great with very little effort. To help you get started, we’ve put together this roundup of some of our favorite packages and libraries for creating beautiful text layouts with Flutter! flutter_typeahead A…

  • Packages to Scan Barcode and QR

    flutter_barcode_scanner A plugin for Android and iOS that enables barcode scanning. Barcodes, QR codes, and other types of coding are all supported. qr_flutter A Widget or custom painter may be used to display QR codes for Flutter. qr_code_scanner The zxing library is a QR code scanner that can be integrated into flutter. It makes use…