Monty Rasmussen
Jul 28, 2017 · 1 min read

Pro Tip: If you’re using AngularDart, dealing with this kind of situation is much easier in two ways. First, Dart’s core libraries have a lot of LoDash’s functionality available out of the box, so quite often, no imports are even necessary. Second, even when you do need to import 3rd-party tools, Dart’s tree-shaking JavaScript compiler makes sure only the code you actually use makes it into your build, so there’s no need for you to use esoteric import syntax to do this manually.

I highly recommend checking out AngularDart if you haven’t already: https://codelabs.developers.google.com/codelabs/your-first-angulardart-web-app

    Monty Rasmussen

    Written by