RJ · @RemeJuan
56 followers · 938 posts · Server fosstodon.org

🎨 I want to share my latest article on implementing Theme and Accent Color switch with Riverpod in ! 🚀 Learn how to customize the look and feel of your app with just a tap. blog.albertobonacina.com/theme

#Flutter #flutterdev #ui #riverpod

Last updated 1 year ago

RT @creativ_bracket
Great quick tip for projects! twitter.com/RandalSchwartz/sta

#riverpod

Last updated 1 year ago

Deluxe Riverpod Warmup: Randal Schwartz demonstrates how to use a “warmup” widget to ensure that Future and Stream providers are preloaded before the application continues, complete with an animation spinner and proper error handling. youtu.be/LEk6AWroib8

#Flutter #riverpod

Last updated 1 year ago

· @darq
2 followers · 253 posts · Server social.icod.de

Today I managed to get working in with .
A milestone, which will allow me to create mobile apps.
Ideally I'd have a way to do it all in JS, but there doesn't seem to be a single lib which works in mobile cordova/capacitor mode.
was praised at the next sliced bread, instead it's been a blocker for cross platform development and spoiled by proprietary non-free and closed systems like auth0 or the cloud providers with their IAM.

#appauth #flutter #riverpod #oidc

Last updated 1 year ago

Majid Hajian 💙 · @mhadaily
135 followers · 174 posts · Server fluttercommunity.social

RT @mhadaily
🔥 I have done one of my most exciting pair programming videos with Remi Rousselet @remi_rousselet about Riverpod on the Original series.

Do you like to watch how Remi uses Riverpod as the creator (author) of the package?
👉 youtu.be/QS3XtFoFN1I

#Flutter #riverpod

Last updated 1 year ago

Remi Rousselet · @remi_rousselet
125 followers · 83 posts · Server fluttercommunity.social

RT @reddwarf03
Recrutement @archethic : Dev exp ( + Swift + Kotlin). Poste à temps plein et full remote, candidats basés en Europe. Bon niveau d'anglais/français. Connaissance de l'écosystème Blockchain recommandée. Dev open-source. Pas de prestataires en préembauche. DM

#Flutter #riverpod

Last updated 1 year ago

Majid Hajian 💙 · @mhadaily
128 followers · 148 posts · Server fluttercommunity.social

🔥 I have done one of my most exciting pair programming videos with Remi Rousselet @remi_rousselet about Riverpod on the Original series.

Do you like to watch how Remi uses Riverpod as the creator (author) of the package?
👉 youtu.be/QS3XtFoFN1I

#Flutter #riverpod

Last updated 1 year ago

Neil · @neil
67 followers · 111 posts · Server fluttercommunity.social

TIL
---
RT @ICuvula
Did you know? The letters in "Riverpod" can also be rearranged to spell "Provider"!


twitter.com/ICuvula/status/162

#flutterdev #Flutter #riverpod #provider

Last updated 2 years ago

Reme · @RemeJuan
29 followers · 229 posts · Server fosstodon.org

"Write best performance ListViews with Riverpod in Flutter | by Hasan Basri Bayat | Dec, 2022 | ITNEXT" itnext.io/write-best-performan

#flutter #riverpod #performance

Last updated 2 years ago

Reme · @RemeJuan
28 followers · 214 posts · Server fosstodon.org

"Flutter Riverpod: StateProvider, StateNotifier, StateNotifierProvider, FutureProvider, StreamProvider" dhruvnakum.xyz/flutter-riverpo

#flutter #riverpod

Last updated 2 years ago

Reme · @RemeJuan
26 followers · 207 posts · Server fosstodon.org

@abraham no doubt it’s easy, but I tend to lean towards things with more rules and structure in place, it’s very easy to inadvertently end up with a clunky mess in provider.

If had not come along I would have stuck with and used for global data storage with get_it for access.

Now I can use Riverpod for all of it, can even easily mock statics from external packages in my unit tests.

#riverpod #bloc #provider

Last updated 2 years ago

Reme · @RemeJuan
25 followers · 198 posts · Server fosstodon.org

@youssef wait, one idea, if you have not already, you can “hide” the problem from the user by adding a loading spinner directly into the HTML file.

I wrote github.com/RemeJuan/playoffs_s to play with and before a new job I was starting, eventually updated it to , but you can see what and how I did it in that repo.

Some foolery can go a long way.

#flutterweb #provider #riverpod #ux

Last updated 2 years ago

Reme · @RemeJuan
21 followers · 180 posts · Server fosstodon.org

"Seamless Infinite List with Riverpod in Flutter | by Rei | Jan, 2023 | ITNEXT" itnext.io/seamless-infinite-li

#flutter #riverpod

Last updated 2 years ago

Reme · @RemeJuan
19 followers · 159 posts · Server fosstodon.org

"Write best performance ListViews with Riverpod in Flutter | by Hasan Basri Bayat | Dec, 2022 | ITNEXT" itnext.io/write-best-performan

#flutter #riverpod #performance

Last updated 2 years ago

example style ioc_container sample:
Live here: dartpad.dev/?id=39e67d2ab0209e

It adds the compile time safety like Riverpod providers, scopes the state, and doesn't use any state management outside the standard lib

#riverpod #Flutter #flutterdev

Last updated 2 years ago

Reme · @RemeJuan
16 followers · 116 posts · Server fosstodon.org

Really enjoying working with in my projects, started with it a while back on some existing project but only fully grasped just how awesome and capable it is when I started a new project with it, then I could think more around architecture and how best to work with its unique capabilities.

It makes both creating and testing an absolute breeze, although certain tests can require a touch more creativity…

github.com/RemeJuan/calorie_di

#riverpod #flutter

Last updated 2 years ago

aoisensi :vivaldi_blue: · @aoisensi
40 followers · 1621 posts · Server social.vivaldi.net

Riverpodのめちゃくちゃバグっぽいバグを見つけたのでissueを建てた
github.com/rrousselGit/riverpo

#dart #flutter #riverpod

Last updated 2 years ago

Reme · @RemeJuan
7 followers · 35 posts · Server fosstodon.org

"Write best performance ListViews with Riverpod in Flutter | by Hasan Basri Bayat | Dec, 2022 | ITNEXT" itnext.io/write-best-performan

#flutter #riverpod #performance

Last updated 2 years ago

Reme · @RemeJuan
7 followers · 33 posts · Server fosstodon.org

@mhadaily my intro was around Nov ‘19 and been loving it ever since, been running development teams and helping the next generation.
While I’m not yet smart enough to actually help with the project itself, I’ve enjoyed writing in the hopes of sharing some of my learnings, most of which have been around , something that can be somewhat challenging in .
Recently been enjoying the amazing work of @remi_rousselet in .

#blogs #testing #flutter #riverpod

Last updated 2 years ago