Dart & Flutter Easy Wins 15-21

I recently started a series of daily tweets about easy ways to improve your Dart & Flutter code. I called this Easy Wins.

To make these easier to find, I'm sharing 7 tips every week here on my website.

Entire series here:

15. Need to shallow copy a list or collection? Use the spread operator.

More info here: Clone a List, Map or Set in Dart | StackOverflow

Need to shallow copy a list or collection? Use the spread operator.
Need to shallow copy a list or collection? Use the spread operator.

16. Need to invoke a callback but only if it's not null? Use the "?.call()" syntax.

Need to invoke a callback but only if it's not null? Use the
Need to invoke a callback but only if it's not null? Use the "?.call()" syntax.

17. Implement a "call" method in your Dart classes to make them callable like a function.

Implement a
Implement a "call" method in your Dart classes to make them callable like a function.

18. Want a more ergonomic API for working with dates and times? Use extensions.

This API and many more are available in the dartx package.

Want a more ergonomic API for working with dates and times? Use extensions.
Want a more ergonomic API for working with dates and times? Use extensions.

19. Need to execute multiple Futures concurrently? Use Future.wait.

Need to execute multiple Futures concurrently? Use Future.wait.
Need to execute multiple Futures concurrently? Use Future.wait.

20. Want to selectively import some APIs in a package? Use show & hide.

Want to selectively import some APIs in a package? Use show & hide.
Want to selectively import some APIs in a package? Use show & hide.

21. Use "import as" to avoid name collisions with other packages.

Use
Use "import as" to avoid name collisions with other packages.

More tips coming next week. Subscribe via RSS for updates!

Happy coding!

Want More?

Invest in yourself with my high-quality Flutter courses.

Flutter Foundations Course

Flutter Foundations Course

Learn about State Management, App Architecture, Navigation, Testing, and much more by building a Flutter eCommerce app on iOS, Android, and web.

Flutter & Firebase Masterclass

Flutter & Firebase Masterclass

Learn about Firebase Auth, Cloud Firestore, Cloud Functions, Stripe payments, and much more by building a full-stack eCommerce app with Flutter & Firebase.

The Complete Dart Developer Guide

The Complete Dart Developer Guide

Learn Dart Programming in depth. Includes: basic to advanced topics, exercises, and projects. Fully updated to Dart 2.15.

Flutter Animations Masterclass

Flutter Animations Masterclass

Master Flutter animations and build a completely custom habit tracking application.