Skip to content

Releases: jeroen-meijer/pubspec-assist

v2.3.2

04 Nov 11:54
71f5859

Choose a tag to compare

This release contains various minor bug fixes in the sorting system and dependency naming logic.

  • chore: better error handling, upgrade dependencies
  • fix: fix null reference exception when sorting dependencies with unbounded constraints using the legacy sorting system
  • fix: don't display "null" string for dependencies with unbounded constraints

v2.1.0

05 Oct 20:53
55dac43

Choose a tag to compare

fix: bump vscode engine version (#59)

Pubspec Assist (Beta) 0.3.6

25 Jun 11:35

Choose a tag to compare

Pre-release

Pubspec Assist is a Visual Studio Code extension that allows you to easily add dependencies to your Dart and Flutter project's pubspec.yaml, all without leaving your editor.


This release includes the source code and can be run with Node.js.

Usage

  1. npm install
  2. Debug with VS Code.