spec
A streamlined testing framework for Dart & Flutter.
0.2.3
22K downloads/mo
#2103 most downloaded on pub.dev
invertase/spec
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships fairly regularly
a new release about every 5 months
Most releases are documented
notes for 4 of 5 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
5 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
5 releases · Feb 2022 to Mar 2023Releases
latest 5-
0.2.308 Mar 2023Release notes
Open source →- Deprecated some error matchers associated with a deprecated error.
- Introducing new matchers (thanks to @dtengeri):
- toBeNull()
- toBeFalsy()
- toBeTruthy()
- toContain()
- toHaveLength()
- containsKey()
- toBeCloseTo()
-
0.2.207 Oct 2022Release notes
Open source →- Added
contains,containsKey,containsPairandcontainsAllmatchers (thanks to @trejdych)
- Added
-
0.2.122 Mar 2022 -
0.2.010 Feb 2022Release notes
Open source →-
Fixed compilation errors when trying to perform expectations on the failure of a Future.
-
Added support for
expect(value).isA<MyClass>()
2022-02-03
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Release notes
Open source →-
Fixed compilation errors when trying to perform expectations on the failure of a Future.
-
Added support for
expect(value).isA<MyClass>()
0.1.0
- Initial release.
-
-
0.1.002 Feb 2022Nothing published for this version