<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/codewithandrea/best-of/2024/08" -->

---
title: Best Code with Andrea posts — August 2024 | daily.dev
description: The most upvoted Code with Andrea posts from August 2024, curated by the daily.dev community.
canonical: https://daily.dev/sources/codewithandrea/best-of/2024/08
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/codewithandrea/best-of/2024/08
og:type: website
og:site_name: daily.dev
og:title: Best Code with Andrea posts — August 2024 | daily.dev
og:description: The most upvoted Code with Andrea posts from August 2024, 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 Code with Andrea — August 2024

1. 1  
[](https://daily.dev/posts/futures-await-vs-unawaited-vs-ignore-t186fpfnc "Futures: await vs unawaited vs ignore")  
Article  
![Avatar of codewithandrea](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/f57ff93b416640bd8675ee26eef6d777)Code with Andrea · 2y  
Futures: await vs unawaited vs ignore  
When calling a method that returns a Future, you can use 'await', 'unawaited', or 'ignore'. This choice affects how your code handles exceptions thrown by the Future. Understanding the differences is crucial for proper error handling in asynchronous programming.  
58  
4
2. 2  
[](https://daily.dev/posts/the-carouselview-widget-izbwfobmp "The CarouselView Widget")  
Article  
![Avatar of codewithandrea](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/f57ff93b416640bd8675ee26eef6d777)Code with Andrea · 2y  
The CarouselView Widget  
Flutter 3.24 introduces the CarouselView widget, providing an easy way to create carousels with various customizations. Key features include limiting height with \`ConstrainedBox\`, setting children's size with \`itemExtent\` and \`shrinkExtent\`, and allowing any widgets as children. For more info and sample code, refer to the official documentation.  
41

[See all Code with Andrea archives](/sources/codewithandrea/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/codewithandrea/best-of/2024/08#page","url":"https://daily.dev/sources/codewithandrea/best-of/2024/08","name":"Best Code with Andrea Posts — August 2024","description":"The most upvoted Code with Andrea posts from August 2024, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/codewithandrea/best-of/2024/08#items","numberOfItems":2,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/futures-await-vs-unawaited-vs-ignore-t186fpfnc","name":"Futures: await vs unawaited vs ignore"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/the-carouselview-widget-izbwfobmp","name":"The CarouselView Widget"}]},{"@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":"Code with Andrea","item":"https://daily.dev/sources/codewithandrea"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/codewithandrea/best-of"},{"@type":"ListItem","position":5,"name":"August 2024"}]}]}
```

