flite 1.0.2 copy "flite: ^1.0.2" to clipboard
flite: ^1.0.2 copied to clipboard

unlisted

A lightweight ORM package for SQLite in Flutter that uses sqflite internally to simplify database operations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flite

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

dependencies:
  flite: ^1.0.2

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:flite/flite.dart';
2
likes
160
points
50
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight ORM package for SQLite in Flutter that uses sqflite internally to simplify database operations.

Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

flutter, meta, path, sqflite

More

Packages that depend on flite