floor_community 1.1.0 copy "floor_community: ^1.1.0" to clipboard
floor_community: ^1.1.0 copied to clipboard

Community-maintained, Floor-compatible, typesafe SQLite abstraction for Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add floor_community

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

dependencies:
  floor_community: ^1.1.0

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:floor_community/common/floor_common.dart';
import 'package:floor_community/common/src/adapter/deletion_adapter.dart';
import 'package:floor_community/common/src/adapter/insertion_adapter.dart';
import 'package:floor_community/common/src/adapter/migration_adapter.dart';
import 'package:floor_community/common/src/adapter/query_adapter.dart';
import 'package:floor_community/common/src/adapter/update_adapter.dart';
import 'package:floor_community/common/src/callback.dart';
import 'package:floor_community/common/src/database.dart';
import 'package:floor_community/common/src/extension/on_conflict_strategy_extensions.dart';
import 'package:floor_community/common/src/migration.dart';
import 'package:floor_community/common/src/util/constants.dart';
import 'package:floor_community/common/src/util/primary_key_helper.dart';
import 'package:floor_community/common/src/util/string_utils.dart';
import 'package:floor_community/ffi/floor_ffi.dart';
import 'package:floor_community/ffi/src/sqflite_database_factory.dart';
import 'package:floor_community/floor.dart';
0
likes
130
points
139
downloads
screenshot

Documentation

API reference

Publisher

verified publisherorkitt.dev

Weekly Downloads

Community-maintained, Floor-compatible, typesafe SQLite abstraction for Flutter applications.

Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (license)

Dependencies

collection, floor_annotation_community, flutter, meta, path, sqflite, sqflite_common, sqflite_common_ffi, sqflite_common_ffi_web, sqlparser

More

Packages that depend on floor_community