flutter_hooks_test
Simple and complete Flutter hooks testing utilities that encourage good testing practices.
2.0.0
25K downloads/mo
#1983 most downloaded on pub.dev
wasabeef/flutter_hooks_test
What this package is like to depend on
Last release 1 years ago
25 Jun 2025
Ships fairly regularly
a new release about every 7 months
Most releases are documented
notes for 7 of 9 stable releases
1 version withdrawn
withdrawn after publishing
5 years old
10 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
10 releases · Jan 2022 to Jun 2025Releases
latest 10-
2.0.025 Jun 2025Release notes
Open source →[2.0.0] - 2025-06-25
Documentation
- Improve README accuracy and clarity (c4a1f7d)
- Update claude doc (af0900b)
- Update documentation for v2.0.0 release (26e52af)
Miscellaneous Tasks
Refactor
- Eliminate code duplication with base class (e23c2e2)
Build
- Migrate from npm to bun (8201682)
Ci
- Setup automated release workflow (027600d)
Remove
- Delete meaningless debug() methods (f8dce30)
Release notes
Open source →BREAKING CHANGES
- Remove
debug()methods fromHookResultand_HookTestingActionclasses - Internal implementation restructured with new base classes
Features
- Add type-safe API with separate
buildHook()andbuildHookWithProps()functions - Implement build history tracking with
result.allandresult.buildCountproperties - Add
waitForutilities for async testing scenarioswaitFor(condition)- Wait for condition to become truewaitForValueToChange(getValue)- Wait for value to changeresult.waitForNextUpdate()- Wait for hook rebuildresult.waitForValueToMatch(predicate)- Wait for specific condition
Improvements
- Improve DartDoc accuracy and clarity
- Update documentation with Flutter terminology (widget vs component)
- Better error messages and examples in documentation
-
1.0.002 Jun 2025Release notes
Open source →1.0.0
Feature
- Update flutter_hooks to "^0.21.2"
Development
- Update to Melos 6.3.3
Release notes
Open source →Feature
- Update flutter_hooks to "^0.21.2"
Development
- Update to Melos 6.3.3
-
0.0.716 Jul 2024Nothing published for this version
-
0.0.7+109 Oct 2024 -
0.0.616 Jul 2024 -
0.0.516 Nov 2023 -
0.0.420 Jul 2023Nothing published for this version
-
0.0.320 Jul 2023 withdrawnRelease notes
Open source →Feature
- Update Dart to ">=2.17.0 <4.0.0"
- Update Flutter to ">=3.0.0"
- Update flutter_hooks to ">=0.18.0"
Development
- Update to Melos 3.0.1
-
0.0.205 Aug 2022 -
0.0.107 Jan 2022