lesnitsky / howtodothisinflutter

📄Flutter cheat sheet
MIT License
267 stars 21 forks source link

[FIX] removed an extra '.' in arrays.md items.addAll method #34

Closed burhanuday closed 5 years ago

burhanuday commented 5 years ago

removed the extra . in items..addAll method in recipes/arrays.md file in the dart section

lesnitsky commented 5 years ago

This . is required to maintain the consistency of return value types. You can read more here