flutter_local_db 0.4.1 copy "flutter_local_db: ^0.4.1" to clipboard
flutter_local_db: ^0.4.1 copied to clipboard

A high-performance NoSQL database for Flutter, powered by Rust’s RedB, with seamless FFI integration and efficient data handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_local_db
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_local_db: ^0.4.1
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_local_db/flutter_local_db.dart';
copied to clipboard
10
likes
160
points
172
downloads

Publisher

verified publisherjhonacode.com

Weekly Downloads

2024.09.20 - 2025.04.04

A high-performance NoSQL database for Flutter, powered by Rust’s RedB, with seamless FFI integration and efficient data handling.

Homepage
Repository (GitHub)
View/report issues

Topics

#database #nosql #ffi #rust #storage

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, path_provider

More

Packages that depend on flutter_local_db