PackageTrack
Sign in Get early access

dev_build

Development utilities for dart and flutter packages. CI and build helpers.

1.1.8 3.3K downloads/mo #4453 most downloaded on pub.dev tekartik/dev_test.dart

What this package is like to depend on

Last release 8 days ago

16 Aug 2026

Release timing varies

gaps range from 8 days to 2 months

Some releases are documented

notes for 21 of 72 stable releases

Nothing withdrawn

no release was ever pulled

3 years old

84 releases · first in 2023

23 releases in the last 12 months

see the full history below

Release timeline

84 releases · Nov 2023 to Aug 2026
2024 2025 2026
Release Pre-release

Releases

latest 60 of 84
  1. 1.1.9-1 16 Aug 2026 pre-release
    Release notes

    add tests for PubIoPackage functionality

    Open source →
    Release notes
    • Add PubIoPackage.format and PubIoPackage.checkFormat
    Open source →
  2. 1.1.8 02 Jun 2026

    Nothing published for this version

  3. 1.1.8+1 03 Jun 2026

    Nothing published for this version

  4. 1.1.8+2 11 Jun 2026

    Nothing published for this version

  5. 1.1.8+3 10 Jul 2026
    Release notes

    [dev_build] version to 1.1.8+3

    Open source →
    Release notes
    • Requires dart 3.12
    • Add isPubPackageRootSync, isPubPackageRoot, getPubPackageRoot, getPubPackageRootSync to build_support
    • Use pub workspace cache by default
    • Add SinglePackageCiRunner.runTest
    Open source →
  6. 1.1.7 12 May 2026

    Nothing published for this version

  7. 1.1.7+1 19 May 2026

    Nothing published for this version

  8. 1.1.7+2 27 May 2026
    Release notes

    feat: replace write with writeln in menu presenter for consistent output

    Open source →
  9. 1.1.7+3 27 May 2026
    Release notes

    chore: update CHANGELOG for version 1.1.7+3 with new features and fixes

    Open source →
  10. 1.1.7+4 27 May 2026
    Release notes

    chore: update version to 1.1.7+4 and modify test to use writeln for c…

    Open source →
  11. 1.1.7+5 27 May 2026
    Release notes

    feat: update output methods to use writeln for consistency and update…

    Open source →
    Release notes
    • Add PubGlobalPackage and related services for installing pub global package.
    • Fix relative link handling when listing pub directories
    • menu: add writeln
    Open source →
  12. 1.1.7-2 12 May 2026 pre-release

    Nothing published for this version

  13. 1.1.7-1 12 May 2026 pre-release

    Nothing published for this version

  14. 1.1.6 12 May 2026
    Release notes
    • menu: add enterItem/leaveItem
    Open source →
  15. 1.1.6-1 05 May 2026 pre-release

    Nothing published for this version

  16. 1.1.5 12 Mar 2026
    Release notes
    • reformat code when doing --fix option in run_ci
    Open source →
  17. 1.1.5+1 01 Apr 2026

    Nothing published for this version

  18. 1.1.5+2 01 Apr 2026

    Nothing published for this version

  19. 1.1.5+3 19 Apr 2026
    Release notes
    • Retry dart chrome test once on macos if timeout to connect
    Open source →
  20. 1.1.4 25 Feb 2026
    Release notes
    • Requires dart 3.10
    Open source →
  21. 1.1.4-1 13 Dec 2025 pre-release

    Nothing published for this version

  22. 1.1.3 07 Nov 2025

    Nothing published for this version

  23. 1.1.3+1 07 Nov 2025
    Release notes
    • Add pubspecYamlGetDependenciesMap and copyWith method to VersionBoundaries
    • Add pubspecYamlGetVersionOrNull helper
    Open source →
  24. 1.1.2 13 Feb 2025

    Nothing published for this version

  25. 1.1.2+1 24 Feb 2025

    Nothing published for this version

  26. 1.1.2+2 24 Feb 2025

    Nothing published for this version

  27. 1.1.2+3 26 Feb 2025

    Nothing published for this version

  28. 1.1.2+4 26 Feb 2025

    Nothing published for this version

  29. 1.1.2+5 02 Mar 2025

    Nothing published for this version

  30. 1.1.2+6 04 Mar 2025

    Nothing published for this version

  31. 1.1.2+7 14 Mar 2025

    Nothing published for this version

  32. 1.1.2+8 21 Mar 2025

    Nothing published for this version

  33. 1.1.2+9 12 May 2025

    Nothing published for this version

  34. 1.1.2+10 22 May 2025

    Nothing published for this version

  35. 1.1.2+11 22 May 2025
    Release notes
    • Requires dart 3.7
    • Add chrome-js-test and vm-test options to run_ci to run only tests.
    • Add compiledExe helper to dart package
    • Add get dependency helper to DartPackageReader
    • Handle workspace in run_ci when mixin dart and flutter projects
    • Add popMenu helper to menu.dart'
    • Skip project starting with underscore in run_ci (i.e. _ also)
    Open source →
  36. 1.1.1 19 Dec 2024

    Nothing published for this version

  37. 1.1.1+1 21 Dec 2024

    Nothing published for this version

  38. 1.1.1+2 21 Dec 2024

    Nothing published for this version

  39. 1.1.1+3 22 Dec 2024

    Nothing published for this version

  40. 1.1.1+4 22 Dec 2024

    Nothing published for this version

  41. 1.1.1+5 03 Jan 2025

    Nothing published for this version

  42. 1.1.1+6 07 Jan 2025

    Nothing published for this version

  43. 1.1.1+7 13 Jan 2025

    Nothing published for this version

  44. 1.1.1+8 10 Feb 2025
    Release notes
    • Add pathGetResolvedPackagePath, pathGetPubspecOverridesYamlPath, pathGetResolvedWorkPath, pathGetPackageConfigJsonPath, pathGetResolvedPackagePath, pathGetResolvedWorkPath helpers to build_support
    • Add runCiInitPubWorkspacesCache to package
    • Adding basic interactive menu in run_ci
    • Start handling workspace
    Open source →
  45. 1.1.0 14 Oct 2024

    Nothing published for this version

  46. 1.1.0+1 14 Oct 2024

    Nothing published for this version

  47. 1.1.0+2 24 Oct 2024
    Release notes
    • menu: Make prompt not nullable (kind of breaking change, sorry...)
    • allow reading config (package_config.json) when finding sub-projects
    Open source →
  48. 1.1.0+3 27 Nov 2024
    Release notes
    • Split dart test runner per platform
    Open source →
  49. 1.0.1 08 Oct 2024
    Release notes
    • Export process_run/shell.dart in shell.dart
    Open source →
  50. 1.0.0 29 Jun 2024

    Nothing published for this version

  51. 1.0.0+1 29 Jun 2024

    Nothing published for this version

  52. 1.0.0+2 11 Jul 2024

    Nothing published for this version

  53. 1.0.0+3 11 Jul 2024

    Nothing published for this version

  54. 1.0.0+4 17 Jul 2024

    Nothing published for this version

  55. 1.0.0+5 17 Jul 2024

    Nothing published for this version

  56. 1.0.0+6 17 Jul 2024

    Nothing published for this version

  57. 1.0.0+7 17 Jul 2024

    Nothing published for this version

  58. 1.0.0+8 23 Jul 2024

    Nothing published for this version

  59. 1.0.0+9 01 Aug 2024

    Nothing published for this version

  60. 1.0.0+10 01 Aug 2024

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive