chore: change docs domain
This commit is contained in:
@@ -37,7 +37,7 @@ $ flutter pub add flutter_hooks fl_query_hooks
|
|||||||
|
|
||||||
# Docs
|
# Docs
|
||||||
|
|
||||||
You can find the documentation of fl-query at https://fl-query.vercel.app/
|
You can find the documentation of fl-query at https://fl-query.krtirtho.dev/
|
||||||
|
|
||||||
# Basic Usage
|
# Basic Usage
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@ class MyApp extends HookWidget{
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
*To master the fl-query follow the official blog at https://fl-query.vercel.app/blog*
|
*To master the fl-query follow the official blog at https://fl-query.krtirtho.dev/blog*
|
||||||
|
|
||||||
# Why?
|
# Why?
|
||||||
<p align="center">
|
<p align="center">
|
||||||
@@ -178,6 +178,7 @@ This let's you focus more on those cool UI animations & transitions✨. Leave th
|
|||||||
|
|
||||||
Probably yes. Although riverpod@v2 has added a lot of caching related features but still optimistic updates, periodic refetching & disk persistence are missing. Let's not forget about infinite pagination, it's a nightmare😅. In case of provider, same story. It's a great package but it's not ideal for server-state management
|
Probably yes. Although riverpod@v2 has added a lot of caching related features but still optimistic updates, periodic refetching & disk persistence are missing. Let's not forget about infinite pagination, it's a nightmare😅. In case of provider, same story. It's a great package but it's not ideal for server-state management
|
||||||
|
|
||||||
|
|
||||||
# Notice Board
|
# Notice Board
|
||||||
|
|
||||||
We need some bada** coders to write tests and ruin our life🥲
|
We need some bada** coders to write tests and ruin our life🥲
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ $ flutter pub add flutter_hooks fl_query_hooks
|
|||||||
|
|
||||||
# Docs
|
# Docs
|
||||||
|
|
||||||
You can find the documentation of fl-query at https://fl-query.vercel.app/
|
You can find the documentation of fl-query at https://fl-query.krtirtho.dev/
|
||||||
|
|
||||||
# Basic Usage
|
# Basic Usage
|
||||||
|
|
||||||
@@ -160,7 +160,7 @@ class MyApp extends HookWidget{
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
*To master the fl-query follow the official blog at https://fl-query.vercel.app/blog*
|
*To master the fl-query follow the official blog at https://fl-query.krtirtho.dev/blog*
|
||||||
|
|
||||||
# Why?
|
# Why?
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: fl_query
|
|||||||
description: Asynchronous data caching, refetching & invalidation library for Flutter
|
description: Asynchronous data caching, refetching & invalidation library for Flutter
|
||||||
version: 1.0.0-alpha.6
|
version: 1.0.0-alpha.6
|
||||||
|
|
||||||
homepage: https://fl-query.vercel.app
|
homepage: https://fl-query.krtirtho.dev
|
||||||
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
||||||
repository: https://github.com/KRTirtho/fl-query/tree/main/packages/fl_query
|
repository: https://github.com/KRTirtho/fl-query/tree/main/packages/fl_query
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
# Fl-Query Connectivity Plus Adapter
|
# Fl-Query Connectivity Plus Adapter
|
||||||
|
|
||||||
Connectivity Plus Adapter for [Fl-Query](https://fl-query.vercel.app/)
|
Connectivity Plus Adapter for [Fl-Query](https://fl-query.krtirtho.dev/)
|
||||||
@@ -2,7 +2,7 @@ name: fl_query_connectivity_plus_adapter
|
|||||||
description: Connectivity Plus adapter for FlQuery Connectivity
|
description: Connectivity Plus adapter for FlQuery Connectivity
|
||||||
version: 0.1.0-alpha.5
|
version: 0.1.0-alpha.5
|
||||||
|
|
||||||
homepage: https://fl-query.vercel.app
|
homepage: https://fl-query.krtirtho.dev
|
||||||
repository: https://github.com/KRTirtho/tree/main/packages/fl_query_connectivity_plus_adapter
|
repository: https://github.com/KRTirtho/tree/main/packages/fl_query_connectivity_plus_adapter
|
||||||
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
# Fl-Query Devtools
|
# Fl-Query Devtools
|
||||||
|
|
||||||
Devtools support for [Fl-Query](https://fl-query.vercel.app)
|
Devtools support for [Fl-Query](https://fl-query.krtirtho.dev)
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
name: fl_query_devtools
|
name: fl_query_devtools
|
||||||
description: Devtools support for Fl-Query
|
description: Devtools support for Fl-Query
|
||||||
version: 0.1.0-alpha.4
|
version: 0.1.0-alpha.4
|
||||||
homepage: https://fl-query.vercel.app
|
homepage: https://fl-query.krtirtho.dev
|
||||||
repository: https://github.com/KRTirtho/fl-query/tree/main/packages/fl_query_devtools
|
repository: https://github.com/KRTirtho/fl-query/tree/main/packages/fl_query_devtools
|
||||||
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ description: Elite flutter_hooks compatible library for fl_query, the
|
|||||||
Asynchronous data caching, refetching & invalidation library for Flutter
|
Asynchronous data caching, refetching & invalidation library for Flutter
|
||||||
version: 1.0.0-alpha.6
|
version: 1.0.0-alpha.6
|
||||||
|
|
||||||
homepage: https://fl-query.vercel.app
|
homepage: https://fl-query.krtirtho.dev
|
||||||
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
||||||
repository: https://github.com/KRTirtho/fl-query/tree/main/packages/fl_query_hooks
|
repository: https://github.com/KRTirtho/fl-query/tree/main/packages/fl_query_hooks
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
name: fl_query_packages
|
name: fl_query_packages
|
||||||
description: Asynchronous data caching, refetching & invalidation libraries for Flutter
|
description: Asynchronous data caching, refetching & invalidation libraries for Flutter
|
||||||
homepage: https://fl-query.vercel.app
|
homepage: https://fl-query.krtirtho.dev
|
||||||
|
|
||||||
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
issue_tracker: https://github.com/KRTirtho/fl-query/issues
|
||||||
repository: https://github.com/KRTirtho/fl-query
|
repository: https://github.com/KRTirtho/fl-query
|
||||||
|
|||||||
Reference in New Issue
Block a user