drift 2.16.0 copy "drift: ^2.16.0" to clipboard
drift: ^2.16.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

With Flutter:

 $ flutter pub add drift

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

dependencies:
  drift: ^2.16.0

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';
1476
likes
140
pub points
99%
popularity

Publisher

verified publishersimonbinder.eu

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

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

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

More

Packages that depend on drift