Dávid Tengeri
dtengeri's blog

dtengeri's blog

Follow
homebadges

Call the API endpoints - the Chopper HTTP client

Jun 10, 20227 min read

Implement the communication layer of our Tinder for Cats and Dogs application · Intro This is the second part of the blog post series that aims to...

Call the API endpoints - the Chopper HTTP client

Represent the data coming from a REST API with freezed

Apr 3, 20225 min read

Use the power of code generators · This year in the February challenge at flutterchallenge.dev the goal was to build a Tinder-like application for cats...

Represent the data coming from a REST API with freezed

Document your dart and Flutter packages

Feb 16, 20224 min read

Document your code When you are working on a package that you want to share with others, either on pub.dev or internally with your team, you should...

Document your dart and Flutter packages

Synchronize the scrolling of your ListViews in Flutter

Feb 4, 20223 min read

In my current project, I have a requirement where I display multiple ListViews below each other and these lists must scroll together. It does not...

Synchronize the scrolling of your ListViews in Flutter

Localize your Flutter packages

Jan 21, 20226 min read

With a summary of localization in Flutter · Flutter's basic blocks are reusable widgets. You create a widget and you can use it everywhere in your...

Localize your Flutter packages

Migrating to Hashnode with the focus on Flutter

Jan 20, 20221 min read

I decided to move my blogging to Hashnode, and start from scratch focusing mostly on Flutter.

Migrating to Hashnode with the focus on Flutter