VS Code Tips & Tricks

Oct 5 2021 · Dart 2.7, Flutter 2.2.3, VS Code 1.43

Part 2: Power Up with Extensions

07. Manage Packages & Organize Imports

Episode complete

Play next episode

Next
About this episode
Leave a rating/review
See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 06. Use Custom Snippets Next episode: 08. Improve Coding UX with Visual Guides

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Notes: 07. Manage Packages & Organize Imports

The Dart VSCode extension now has the features provided by Pubspec assit by default. Just open up the command palette and type in: “Add Dependency.”

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

Adding a new dependency to your Flutter project requires about six (6) steps: you head over to https://pub.dev, search for the package, open it up, click on the “installing” tab, you copy the package text with it’s version number and you head back to your project and paste it in the pubspec.yaml file.