From 434b2f1db0a60746dbe8608b74ddea6538b5893e Mon Sep 17 00:00:00 2001
From: Tanguy Mossion
Date: Mon, 26 Aug 2024 11:49:02 +0200
Subject: [PATCH 1/5] chores: update readme for Theodo Apps
---
README.md | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index f146bc6..c72c162 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,17 @@
# Riverpod Community Extensions
-[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)
[![License: MIT][license_badge]][license_link]
-Useful extensions on ref types for Riverpod.
+
+
+
+
+
+
Useful extensions on ref types for Riverpod.
-Ref types are the way to interact with providers in Riverpod. They are built to be composable and flexible. This package provides some useful extensions on ref types to make them even more powerful and easily add common functionalities on your providers, such as auto-refreshing for example.
+ Ref types are the way to interact with providers in Riverpod. They are built to be composable and flexible. This package provides some useful extensions on ref types to make them even more powerful and easily add common functionalities on your providers, such as auto-refreshing for example.
+
## Features 🚀
@@ -67,7 +72,7 @@ Future data((ref) async {
## 👉 About Theodo apps
-We are a 100 people company of the [Theodo group](https://www.theodo.fr/), developing and designing multiplatform applications with [React Native](https://www.bam.tech/expertise/react-native) and [Flutter](https://www.bam.tech/expertise/flutter) using the Lean & Agile methodology. To get more information on the solutions that would suit your needs, feel free to get in touch by [email](mailto:contact@bam.tech) or through or [contact form](https://www.bam.tech/contact)!
+We are a 130 people company developing and designing universal applications with [React Native](https://apps.theodo.com/expertise/react-native) and [Flutter](https://apps.theodo.com/expertise/flutter) using the Lean & Agile methodology. To get more information on the solutions that would suit your needs, feel free to get in touch by [email](mailto://contact-apps@theodo.com) or through or [contact form](https://apps.theodo.com/contact)!
We will always answer you with pleasure 😁
From b7ae43c39a971783faab5f293452083d0b1b6193 Mon Sep 17 00:00:00 2001
From: Tanguy Mossion
Date: Tue, 27 Aug 2024 08:45:22 +0200
Subject: [PATCH 2/5] chores(readme): Remove mentions to VGV and Mason
---
README.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/README.md b/README.md
index c72c162..9e0d9c8 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,5 @@
# Riverpod Community Extensions
-[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)
-[![License: MIT][license_badge]][license_link]
-
From 4e1938a3dab0a86621012326dc3c06209463d580 Mon Sep 17 00:00:00 2001
From: Tanguy Mossion
Date: Tue, 27 Aug 2024 08:56:15 +0200
Subject: [PATCH 3/5] chores(readme): add theodo apps logo locally
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9e0d9c8..3ffd18e 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-
+
Useful extensions on ref types for Riverpod.
From 497ab8e9ca0aead403a47bc280294831325af9ff Mon Sep 17 00:00:00 2001
From: Tanguy Mossion
Date: Tue, 27 Aug 2024 09:02:44 +0200
Subject: [PATCH 4/5] chores(readme): add autoRefresh and
refreshWhenReturningToForeground feature descriptions
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3ffd18e..d4a34f7 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,11 @@ This package adds the following methods to ref types:
- `debounce` on `AutoDisposeFutureProviderRef` - Wait for a specified duration before calling the provider's computation, and cancel the previous call if a new one is made.
-- `refreshWhenNetworkAvailable` on `AutoDisposeFutureProviderRef` - Automatically refresh the provider when the network is available. Uses the package [connectivity_plus](https://pub.dev/packages/connectivity_plus).
+- `autoRefresh` on `AutoDisposeRef` - Refreshes the value at a specified interval. Useful for scenarios where periodic updates of a provider's value are required.
+
+- `refreshWhenReturningToForeground` on `AutoDisposeRef` - Refreshes the provider's value each time the app returns to the foreground, ensuring the data is always up to date after returning to the app.
+
+- `refreshWhenNetworkAvailable` on `AutoDisposeRef` - Automatically refresh the provider when the network is available. Uses the package [connectivity_plus](https://pub.dev/packages/connectivity_plus).
## Installation 💻
From 91a3a4ace484134415ebb9de780ccde3b38e7855 Mon Sep 17 00:00:00 2001
From: Tanguy Mossion
Date: Tue, 27 Aug 2024 11:08:18 +0200
Subject: [PATCH 5/5] fix(readme): update readme with theodo apps logo from
github
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d4a34f7..93902e1 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-
+
Useful extensions on ref types for Riverpod.