test_descriptor
An API for defining and verifying files and directory structures.
2.0.2
341K downloads/mo
#637 most downloaded on pub.dev
dart-lang/test
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 2.2 years
Nearly every release is documented
notes for 11 of 11 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
12 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
12 releases · Mar 2017 to Dec 2024Releases
latest 12-
2.0.220 Dec 2024 -
2.0.118 Oct 2022Release notes
Open source →- Populate the pubspec
repositoryfield. - Migrate to
package:lints. - Update the package's markdown badges.
- Populate the pubspec
-
2.0.009 Feb 2021Release notes
Open source →- Null safety stable release.
- BREAKING: Removed archive support.
- BREAKING:
DirectoryDescriptor.loadonly supports aStringpath instead of also accepting relativeUriobjects. - BREAKING:
DirectoryDescriptor.loadno longer has an optionalparentsparameter - this was intended for internal use only.
-
2.0.0-nullsafety05 Nov 2020 pre-releaseNothing published for this version
-
1.2.012 Jun 2019Release notes
Open source →- Add an
ArchiveDescriptorclass and a correspondingarchive()function that can create and validate Zip and TAR archives.
- Add an
-
1.1.113 Jul 2018 -
1.1.019 Jun 2018Release notes
Open source →-
Add a
path()function that returns the a path within the sandbox directory. -
Add
iogetters toFileDescriptorandDirectoryDescriptorthat returnsdart:ioFileandDirectoryobjects, respectively, within the sandbox directory.
-
-
1.0.415 Jun 2018 -
1.0.317 Oct 2017 -
1.0.222 Sep 2017 -
1.0.101 Jun 2017Release notes
Open source →-
FileDescriptor.validate()now allows invalid UTF-8 files. -
Fix a bug where
DirectoryDescriptor.load()would incorrectly report that multiple versions of a file or directory existed.
-
-
1.0.011 Mar 2017