Flutter 개발을 하다가 key를 기준으로 정렬되는 map 자료형이 필요하여 공부를 찾아보다가 생각보다 여러 가지 구현체가 있다는 것을 알게 됐다. Dart 언어를 접한 지 벌써 3년이 다 되어가는데 이런 요구사항이 있었던 적이 한 번도 없었어서 이제야 알게 됐다는 것이 놀라웠다. 그래서 오늘은 세 가지 Dart Map 구현체 HashMap, SplayTreeMap, LinkedHashMap에 대해서 살펴보고 각 구현체를 언제 사용해야 하는... https://cloud-whale.hashnode.dev/dart-hashmap-splaytreemap-linkedhashmap
Login to add comment
Other posts in this group
Shorebird is a code-push solution designed specifically for Flutter, providing stability on both Android and iOS platforms. With Shorebird, you can address app issues without publishing updates to the
![Road Map For Flutter Developer](https://www.cdn5.niftycent.com/a/D/3/W/E/m/Q/road-map-for-flutter-developer.webp)
Creating a roadmap for learning Flutter involves breaking down the process into manageable steps. Here's a comprehensive roadmap that can guide you from a beginner to an advanced Flutter developer: 1.
![How to Implement Type-Safe Navigation with go_router in Flutter](https://www.cdn5.niftycent.com/a/D/y/Y/l/w/K/how-to-implement-type-safe-navigation-with-go-router-in-flutter.webp)
Exciting News! Our blog has a new Home! 🚀 Background With type-safe navigation, your navigation logic becomes consistent and maintainable, significantly simplifying debugging and future code modificat
![Connect Xcode with apple developer account](https://www.cdn5.niftycent.com/a/k/W/r/5/7/G/connect-xcode-with-apple-developer-account.webp)
In Flutter, while developing an app to test it in iOS environment we generally use simulators and connect any apple id to Xcode for building the app on iOS platform. While it's sufficient for developm
![Exploring Dart Compilers: Everything You Need to Know](https://www.cdn5.niftycent.com/a/e/5/p/E/J/Y/exploring-dart-compilers-everything-you-need-to-know.webp)
When embarking on the journey of app development, the choice of programming and its associated compilation methods can significantly influence the efficiency and performance of your application. Dart,
![Unlocking the Power of Mixins in Flutter: A Beginner's Guide](https://www.cdn5.niftycent.com/a/k/A/r/W/O/8/unlocking-the-power-of-mixins-in-flutter-a-beginner-s-guide.webp)
Hey there! In this blog, I'll explain what mixins are and how they can help you write cleaner, more reusable code in your Flutter projects. Whether you're new to Flutter or looking to deepen your unde
Hello friends, Today we'll explore an interesting and powerful concept in Dart and Flutter programming called mixins. Mixins are a fundamental feature that can greatly enhance the way we write and man