<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/itnext/best-of/2022/05" -->

---
title: Best ITNEXT posts — May 2022 | daily.dev
description: The most upvoted ITNEXT posts from May 2022, curated by the daily.dev community.
canonical: https://daily.dev/sources/itnext/best-of/2022/05
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/itnext/best-of/2022/05
og:type: website
og:site_name: daily.dev
og:title: Best ITNEXT posts — May 2022 | daily.dev
og:description: The most upvoted ITNEXT posts from May 2022, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of ITNEXT — May 2022

1. 1  
[](https://daily.dev/posts/17-git-best-practices-04stna5ab "17 Git Best Practices")  
Article  
![Avatar of itnext](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/itnext2)ITNEXT · 4y  
17 Git Best Practices  
32
2. 2  
[](https://daily.dev/posts/flutter-custom-error-message-flash-message-xref01fad "Flutter Custom Error Message — Flash Message")  
Article  
![Avatar of itnext](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/itnext2)ITNEXT · 4y  
Flutter Custom Error Message — Flash Message  
On Flutter, it is called a snack bar. Pretty handy to show error, success or any warning message to the user. To make it reusable, let’s extract snack bar content. I’m going to call it CustomSnackBarContent . Create a required parameter for error text, then pass it to CustomSnakBarContent.  
23  
1
3. 3  
[](https://daily.dev/posts/make-loading-great-shimmer-loading-effect-on-flutter-8ofzkqv7e "Make Loading Great — Shimmer Loading Effect on Flutter")  
Article  
![Avatar of itnext](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/itnext2)ITNEXT · 4y  
Make Loading Great — Shimmer Loading Effect on Flutter  
Use the shimmer effect while fetching data on your Flutter app. The shimmer effect is nothing, just a Container with a light gray color. The color of our Container is back with 4% opacity. We are going to round the corner by applying a borderRadius . In the end, I’m going to add padding so that our Container has a mini height.  
13

[See all ITNEXT archives](/sources/itnext/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/itnext/best-of/2022/05#page","url":"https://daily.dev/sources/itnext/best-of/2022/05","name":"Best ITNEXT Posts — May 2022","description":"The most upvoted ITNEXT posts from May 2022, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/itnext/best-of/2022/05#items","numberOfItems":3,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/17-git-best-practices-04stna5ab","name":"17 Git Best Practices"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/flutter-custom-error-message-flash-message-xref01fad","name":"Flutter Custom Error Message — Flash Message"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/make-loading-great-shimmer-loading-effect-on-flutter-8ofzkqv7e","name":"Make Loading Great — Shimmer Loading Effect on Flutter"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"ITNEXT","item":"https://daily.dev/sources/itnext"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/itnext/best-of"},{"@type":"ListItem","position":5,"name":"May 2022"}]}]}
```

