Marcos Sevilla
Marcos Sevilla

Marcos Sevilla

Follow
homeCleaner FlutterContributionsTalksAboutbadges
Tag

Dart

#dart

More content

Read more stories on Hashnode


Articles with this tag

Cleaner Flutter Vol. 10: State and UI

Feb 22, 202212 min read

or: How I Learned to Stop Worrying and Love the Bloc · It’s amazing to think we started this series with ten volumes in mind and only the last two were...

Cleaner Flutter Vol. 10: State and UI

Cleaner Flutter Vol. 9: Injecting dependencies

Feb 19, 20226 min read

“Ain't got nobody that I can depend on” — Carlos Santana · I’m going to start this article by mentioning an important algorithmic paradigm that sometimes...

Cleaner Flutter Vol. 9: Injecting dependencies

Riverpod: Rewriting Provider

Feb 6, 202211 min read

Understanding Riverpod and not die trying · I think it's not an exaggeration to say that most of the content on Flutter is about state management. Being...

Riverpod: Rewriting Provider

Cleaner Flutter Vol. 8: Implementing contracts

May 12, 20213 min read

Paying some debts · We have already talked about repositories, I would say quite a bit. But we still have one more part to cover about them, their...

Cleaner Flutter Vol. 8: Implementing contracts

Cleaner Flutter Vol. 7: Where the data comes from

May 12, 20216 min read

Seriously, where the heck does it come from? · Where we left The previous volume began with our data layer, a layer where we implement all the actions...

Cleaner Flutter Vol. 7: Where the data comes from

Better HTTP with Dio

Apr 19, 20217 min read

"It was me, Dio!" · The scenario in our projects where we must call an external API via HTTP is never missing. To achieve this in Dart, we have the...

Better HTTP with Dio