Did you know?
In addition to the regular spread operator, Dart also has a null-aware variant.
This is useful if you want to produce a list of items by concatenating a collection that may be null (such as when implementing pagination). 👌
For more details, read the official documentation:
Found this useful? Show some love and share the original tweet
Previous | Next |
---|---|
Loading UI with Shimmer effect | Debouncing in Flutter |