Harish Kunchalaharishkunchala.com·May 30, 2024Dart Extensions Part 2: Extensions for CollectionsWhile Part 1 is an introduction to Dart Extensions. This article focuses on improving the quality of the extensions. Tutorial 4: Extensions for Collections In here we are going to cover the following topics: Working with collections (List, Map, Set)...Dart Advanced TutorialsDart
Atharva Patwardhancodesadhu.hashnode.dev·Dec 12, 2023Dart Extensions: Improve code readabilitySo, let’s say you’re writing an app using Flutter and you need to develop a widget that takes up 40% of the total screen width. What solution comes to mind? If you thought immediately about using MediaQuery, bravo; go get yourself a soda! So now you ...Dart
Hamza Zaidishjz.hashnode.dev·Dec 16, 2022Top 10 visual studio code extensions 2022Visual Studio Code (aka VS Code ) is “a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux” here are some extensions that can make your vscode more powerful. 1. Live Server Linux sysa...vscode extensions