file_testing
Testing utilities for package:file.
3.0.2
6.4M downloads/mo
#107 most downloaded on pub.dev
dart-lang/tools
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 4 months to 3.7 years
Nearly every release is documented
notes for 9 of 9 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
9 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
9 releases · Apr 2018 to Oct 2024
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 9-
3.0.208 Oct 2024 -
3.0.108 Oct 2024Release notes
Open source →- Update the pubspec repository field to reflect the new package repository.
- Require Dart 3.0.
-
3.0.009 Feb 2021Release notes
Open source →- Adds discovery API to find both a configuration and its location:
findPackageConfigAndFileandfindPackageConfigAndUri. - Removes support for the
.packagesfile.
The Dart SDK no longer supports that file, and no new.packagesfiles
will be generated.
Since the SDK requirement for this package is above 3.0.0,
no supporting SDK can use or generate.packages. - Simplifies API that no longer needs to support two separate files.
- Renamed
readAnyConfigFiletoreadConfigFile, and removed
thepreferNewestparameter. - Same for
readAnyConfigFileUriwhich becomesreadConfigFileUri. - Old functions still exists as deprecated, forwarding to the new
functions without thepreferNewestargument.
MakesPackageConfig,PackageandLanguageVersion@sealedclasses,
in preparation for making themfinalin a future update.
- Renamed
- Adds
PackageConfig.minVersionto complement.maxVersion.
Currently both are2.
- Adds discovery API to find both a configuration and its location:
-
2.1.017 Feb 2019Release notes
Open source →- Changed dependency on
package:testtopackage:test_api - Bumped Dart SDK constraint to match
package:test_api's requirements - Updated style to match latest lint rules from Flutter repo.
- Changed dependency on
-
2.0.314 Aug 2018 -
2.0.210 Aug 2018 -
2.0.109 Aug 2018 -
2.0.010 Apr 2018 -
1.0.010 Apr 2018Release notes
Open source →- Moved
package:file/testing.dartlibrary into a dedicated package so that libraries don't need to take on a transitive dependency onpackage:testin order to usepackage:file.
- Moved