Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix/nullable-transaction-return
Browse files Browse the repository at this point in the history
  • Loading branch information
vitusortner authored May 2, 2021
2 parents b1002de + 1c14faf commit edda3a8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 12 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
![Floor](https://raw.githubusercontent.com/vitusortner/floor/develop/img/floor.png)

**See the [project's website](https://vitusortner.github.io/floor/) for the full documentation.**
**[Vote for our domain name 🗳](https://github.com/vitusortner/floor/discussions/546)**
**See the [project's website](https://floor.codes) for the full documentation.**

Floor provides a neat SQLite abstraction for your Flutter applications inspired by the [Room persistence library](https://developer.android.com/topic/libraries/architecture/room).
It comes with automatic mapping between in-memory objects and database rows while still offering full control of the database with the use of SQL.
Expand Down
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
floor.codes
3 changes: 1 addition & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ description: >
The typesafe, reactive and lightweight SQLite abstraction for your Flutter applications.
This is an example on how to use the library.
version: 1.0.0
homepage: https://github.com/vitusortner/floor
author: vitusortner
homepage: https://floor.codes
publish_to: none

environment:
Expand Down
2 changes: 1 addition & 1 deletion floor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Floor](https://raw.githubusercontent.com/vitusortner/floor/develop/img/floor.png)

**See the [project's website](https://vitusortner.github.io/floor/) for the full documentation.**
**See the [project's website](https://floor.codes) for the full documentation.**

Floor provides a neat SQLite abstraction for your Flutter applications inspired by the [Room persistence library](https://developer.android.com/topic/libraries/architecture/room).
It comes with automatic mapping between in-memory objects and database rows while still offering full control of the database with the use of SQL.
Expand Down
3 changes: 1 addition & 2 deletions floor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ description: >
The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications.
This library is the runtime dependency.
version: 1.1.0
homepage: https://github.com/vitusortner/floor
author: Vitus Ortner <vitusortner.dev@gmail.com>
homepage: https://floor.codes
publish_to: none

environment:
Expand Down
3 changes: 1 addition & 2 deletions floor_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ description: >
The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications.
Don't use this package directly. Import the floor package instead.
version: 1.0.0
homepage: https://github.com/vitusortner/floor
author: Vitus Ortner <vitusortner.dev@gmail.com>
homepage: https://floor.codes

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down
3 changes: 1 addition & 2 deletions floor_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ description: >
The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications.
This library is the dev dependency.
version: 1.1.0
homepage: https://github.com/vitusortner/floor
author: Vitus Ortner <vitusortner.dev@gmail.com>
homepage: https://floor.codes
publish_to: none

environment:
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: Floor SQLite
site_description: "Floor - The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications"
site_url: https://vitusortner.github.io/floor/
site_url: https://floor.codes
repo_name: floor
repo_url: https://github.com/vitusortner/floor
edit_uri: edit/develop/docs/
Expand Down

0 comments on commit edda3a8

Please sign in to comment.