-
-
Notifications
You must be signed in to change notification settings - Fork 978
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(package_info_plus)!: Support multiple version.json locations (#2733
) Co-authored-by: Miguel Beltran <[email protected]>
- Loading branch information
1 parent
961c8e2
commit 26047f3
Showing
15 changed files
with
612 additions
and
108 deletions.
There are no files selected for viewing
29 changes: 22 additions & 7 deletions
29
packages/package_info_plus/package_info_plus/example/.metadata
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
packages/package_info_plus/package_info_plus/example/build.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
targets: | ||
$default: | ||
sources: | ||
- $package$ | ||
- lib/$lib$ | ||
- lib/**.dart | ||
- test/**.dart | ||
- integration_test/**.dart | ||
builders: | ||
mockito|mockBuilder: | ||
generate_for: | ||
- test/**.dart | ||
- integration_test/**.dart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.