Rinde van Lon
Rinde van Lon
perhaps EdgeData should define the signature of a merge method?
This is a multimap implementation using `IndexMap` and `IndexSet`. Would this be a good fit in this repository? If the answer.. - ..is yes, I will further improve `IndexMultimap` such...
Consider this snippet: ```dart SearchableDropdown.single( dialogBox: false, menuConstraints: BoxConstraints.tight(Size.fromHeight(350)), /* rest of parameters are hidden for brevity */ ), ``` It works as expected when running with: `flutter run -d...
Hi! I really like this crate and I'm looking into adopting it into a large codebase. I noticed that a macro similar to `vec![]` is currently missing. While it's possible...