drift 2.26.0 copy "drift: ^2.26.0" to clipboard
drift: ^2.26.0 copied to clipboard

Drift is a reactive library to store relational data in Dart and Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add drift
copied to clipboard

With Flutter:

 $ flutter pub add drift
copied to clipboard

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

dependencies:
  drift: ^2.26.0
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:drift/drift.dart';
copied to clipboard
2.01k
likes
160
points
349k
downloads

Publisher

verified publishersimonbinder.eu

Weekly Downloads

2024.09.22 - 2025.04.06

Drift is a reactive library to store relational data in Dart and Flutter applications.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#drift #database

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

async, collection, convert, meta, path, sqlite3, stack_trace, stream_channel, web

More

Packages that depend on drift