build_verify 3.0.0
build_verify: ^3.0.0 copied to clipboard
Test utility to ensure generated Dart code within a package is up-to-date when using package:build.
3.0.0 #
expectBuildCleanis now async. (ReturnsFuture<void>instead ofvoid.)defaultCommandnow usesdart run build_runner....- Now supports
flutter test. - Executed commands are now printed to the console.
- Require Dart
2.12.3.
2.0.0 #
- Require Dart
2.12.0. - Enable null safety.
1.1.1 #
- Properly report good builds that take >= 1 minute.
1.1.0 #
- Added
customCommandnamed argument toexpectBuildClean.
1.0.0 #
- Initial version, created by Stagehand.