Floor

The typesafe, reactive and lightweight SQLite abstraction for your Flutter applications (iOS, Android, Linux, macOS, Windows)

This is the dev dependency and contains the annotation processor. Please refer to the floor package on pub or visit Github for more information.


The library's name derives from the following. Floor as the bottom layer of a Room which points to the analogy of the database layer being the bottom and foundation layer of most applications. Where fl also gives a pointer that the library is used in the Flutter context.

Bugs and Feedback

For bugs, questions and discussions please use Github Issues.

License

Copyright 2022 The Floor Project Authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Libraries

builder
generator
misc/annotation_expression
misc/change_method_processor_helper
misc/change_method_writer_helper
misc/constants
misc/extension/dart_object_extension
misc/extension/dart_type_extension
misc/extension/foreign_key_action_extension
misc/extension/iterable_extension
misc/extension/set_equality_extension
misc/extension/set_extension
misc/extension/string_extension
misc/extension/type_converter_element_extension
misc/extension/type_converters_extension
misc/type_utils
processor/dao_processor
processor/database_processor
processor/deletion_method_processor
processor/entity_processor
processor/error/change_method_processor_error
processor/error/database_processor_error
processor/error/entity_processor_error
processor/error/processor_error
processor/error/query_method_processor_error
processor/error/query_method_writer_error
processor/error/query_processor_error
processor/error/queryable_processor_error
processor/error/transaction_method_processor_error
processor/error/view_processor_error
processor/field_processor
processor/insertion_method_processor
processor/processor
processor/query_method_processor
processor/query_processor
processor/queryable_processor
processor/transaction_method_processor
processor/type_converter_processor
processor/update_method_processor
processor/view_processor
value_object/change_method
value_object/dao
value_object/dao_getter
value_object/database
value_object/deletion_method
value_object/entity
value_object/field
value_object/foreign_key
value_object/fts
value_object/index
value_object/insertion_method
value_object/primary_key
value_object/query
value_object/query_method
value_object/queryable
value_object/transaction_method
value_object/type_converter
value_object/update_method
value_object/view
writer/dao_writer
writer/database_builder_contract_writer
writer/database_builder_writer
writer/database_writer
writer/deletion_method_writer
writer/floor_writer
writer/insertion_method_writer
writer/query_method_writer
writer/transaction_method_writer
writer/type_converter_field_writer
writer/update_method_writer
writer/writer