gg_test 2.2.3
gg_test: ^2.2.3 copied to clipboard
gg_test is a powerful testing package designed to enhance the Flutter and Dart development experience.
Changelog #
[Unreleased] #
Changed #
- Coverage collection for Dart packages is scoped to the package under test via
dart test --coverage-package(requires test_core >= 0.6.15, i.e. test >= 1.26.0). This speeds up test runs considerably because coverage of dependency libraries is no longer collected and parsed. Older test versions fall back to the previous unscoped behavior.
Fixed #
- Generated test boilerplate reads the package name from pubspec.yaml instead of deriving it from the folder name
2.2.1 - 2026-06-25 #
Fixed #
- Revert org-prefixed repo folders (ticket org_prefix_folders); keep gg_cross_language_deps
2.2.0 - 2026-06-19 #
Changed #
- Treat dart-typescript bridge repos as TypeScript for can/do commit, running package.json scripts (test/lint/format:check)
- Treat dart-typescript bridge repos as TypeScript for can/do review (npm install, skip dart pub get); export isBridgeProject from gg_one
- Introduce checkProjectType() as single source of truth for bridge->TypeScript check rule; add .example() real-instance factories & P:\programs\flutter/bin/internal/exit_with_errorlevel.bat
- gg_multi: changed references to git
2.1.1 - 2026-06-11 #
2.1.0 - 2026-06-08 #
Changed #
- feat: source TypeScript test command from gg_lang catalog; use gg_lang project detection
- gg_multi: changed references to git
- gg_multi: changed references to git
- Gg Multi: changed references to pub.dev
2.0.1 - 2026-05-04 #
2.0.0 - 2026-04-20 #
1.1.8 - 2026-03-08 #
1.1.7 - 2025-07-31 #
Changed #
- change is_flutter to isFlutterDir to support input directory that differs from Directory.current
1.0.18 - 2024-06-21 #
Fixed #
- Fix: Coverage for files containing no functions was estimated wrongly.
1.0.13 - 2024-04-13 #
1.0.10 - 2024-04-09 #
1.0.9 - 2024-01-01 #
- Fix: Old coverage data could break tests
1.0.7 - 2024-01-01 #
- Fix flutter errors happening with relative pathes
1.0.6 - 2024-01-01 #
- Return errors when error lines occur
1.0.5 - 2024-01-01 #
- Improve formatting
1.0.4 - 2024-01-01 #
- Make ErrorInfoReader public
1.0.3 - 2024-01-01 #
- Add latest dependencies
1.0.2 - 2024-01-01 #
- Initial version.