#Pubspec
Just released Dart Frog CLI v1.2.11 which improves Dart Frog's handling of pubspec overrides 🥳

Get Started ↓
dart-frog.dev
October 20, 2025 at 10:23 PM
Is there some #FlutterDev or #DartLang tooling available that can analyze your project pubspec file and tell you which packages in your project are not WASM ready? Any plans to provide 1st party tooling for it? ping @kevmoo.com 🙂🙏💙
November 19, 2024 at 1:05 PM
Starting from Dart v3.11 the workspace definition will support globs! Thanks to Sigurdm for implementing it, it will make our root pubspec files so much cleaner and more reliable. 💙
October 8, 2025 at 2:14 PM
Flutter monorepo analyzer crawling? Every package with its own pubspec gets its own analysis context. A pub workspace halved…
https://startdebugging.net/2026/09/how-to-speed-up-a-slow-dart-analysis-server-in-vs-code-for-a-large-flutter-monorepo/?utm_source=bluesky&utm_medium=social&utm_campaign=auto
September 27, 2026 at 7:39 AM
Yes, this breaks semver contract and the way pubspec handles compatible import ranges
March 9, 2025 at 3:15 PM
Hey #FlutterDev VS-Code users! Is there an extension that will let me CTRL or CMD click on a package name in pubspec and it will open pub.dev with the package in question? I'm used to this from IJ and it annoys me that I can't do it in VS-Code. TIA 🙏🙂
February 5, 2025 at 3:55 PM
Well I'll be reverting that change.

When using workspaces all of the workspaces in the project seem to be bundled with the app, even if not referenced by the app pubspec.

Surely that's a bug.
December 12, 2024 at 3:51 AM
Fully agree. Even #DartDev recommends following semantic versioning in pubspec.yaml dart.dev/tools/pub/pu.... I wonder why Flutter is not following semantic versioning 🤔
December 11, 2024 at 10:30 PM
When I saw you using it in pubspec, I was like "yes please, no extra *.yaml files". Shoot... I need to update protofu now!
March 16, 2025 at 5:45 PM
I'm having trouble finding an API reference for the Flutter-specific pubspec fields. Is there a doc page about this or should we dig through the SDK's source code? 🤔
#FlutterDev
November 4, 2024 at 9:09 AM
Sometimes it's fun to reinvent the wheel.

Main Quest: open sourcing some homelab self-host auth0 stuff.
SQ1: using melos to break up the packages
SQ2: pubspec workspaces (neat)
SQ3: lcov parsing and formatting of dart code, in dart code.
SQ4: maybe learning some jaspr?
March 9, 2025 at 12:25 AM
I use VS code with the Flutter extension, and after adding a new package name to a pubspec file, and saving it, it automatically runs futter pub get to resolve the dependencies.
February 23, 2026 at 7:25 PM
Flutterプロジェクトを軽くSPM対応してみたけど、公式ガイドに従う限り、

- SPM有効化の設定はglobal
- プロジェクト単位で切り替えたい場合は無効にしたいプロジェクトのpubspecでオプトアウト
- SPMに対応してるパッケージはSPM管理になるけど、非対応パッケージは引き続きpods管理になるっぽい
- とりあえず公式ガイドの通りにやればビルドは通った
March 18, 2025 at 7:32 AM
flutter_version_file support so workflows can pull the SDK version from pubspec.yaml or .fvmrc is the boring glue that stops half the CI flake. Was pinning via .fvmrc the harder case, or keeping the pubspec path honest when people pin ranges instead of exact versions?
September 19, 2026 at 2:59 PM
流石にpubspecで入れて動くやつなら優良ならない気がするが…cloudは確か有料だった気がする

そう、あくまで時間だけしかないから時間終わってるならええやんってねー。
August 23, 2025 at 10:03 AM
Remember to both activate the new melos version globally and to bump the melos version in your root pubspec.

If you are migrating from v6, check out this migration guide:
melos.invertase.dev/guides/migra...
Migrations
How to migrate between major versions of Melos.
melos.invertase.dev
August 15, 2025 at 12:08 PM
Dust gives one generation workflow for data classes, JSON, validation, HTTP clients, routing, state, localization, and database work. The image shows a representative dependency comparison, no…

https://dust-codegen.pages.dev/blog/2026-08-01-pubspec-comparison/

#Dust #CodeGeneration #DeveloperTools
August 16, 2026 at 1:11 PM
Nice, there are more and more tools doing that. Sadly pubspec_parse doesn't support it yet. Related issue to upvote: github.com/dart-lang/to...
Expose additional properties. · Issue #1816 · dart-lang/tools
It would be very helpful to expose additional properties that are defined in the pubspec as a Map<String, dynamic>. Context: With the Jaspr framework there are additional configuration options deve...
github.com
January 10, 2025 at 3:28 PM
「pubspecに入れてるのに、エージェントは使い方を知らない」——そこ、毎朝ちょっとだけ噛んでたんです🌿

Dart skills CLI 1.0。著者が skills/ を同梱できて、dart run skills@ get で依存から取れる、って公式が出しました。
https://x.com/dart_lang/status/2097453629372527100
https://dart.dev/blog/skills-cli-1-0-bundle-and-distribute-ai-agent-skills-for-your-packages
September 18, 2026 at 1:34 AM