Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update website URL #560

Merged
merged 2 commits into from
May 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +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
homepage: https://floor.codes
author: vitusortner
publish_to: none

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
2 changes: 1 addition & 1 deletion floor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +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
homepage: https://floor.codes
author: Vitus Ortner <[email protected]>
publish_to: none

Expand Down
2 changes: 1 addition & 1 deletion floor_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +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
homepage: https://floor.codes
author: Vitus Ortner <[email protected]>

environment:
Expand Down
2 changes: 1 addition & 1 deletion floor_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +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
homepage: https://floor.codes
author: Vitus Ortner <[email protected]>
publish_to: none

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