File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
pkgs/native_assets_builder Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ # Please keep consistent with .gitignore.
2+
3+ # https://dart.dev/guides/libraries/private-files
4+ # Created by `dart pub`
5+ .dart_tool/
6+
7+ # Avoid committing pubspec.lock for library packages; see
8+ # https://dart.dev/guides/libraries/private-files#pubspeclock.
9+ pubspec.lock
10+
11+ coverage/
12+
13+ # Additional pub ignores
14+ test_data/
Original file line number Diff line number Diff line change 1- ## 0.3.1-wip
1+ ## 0.3.1
22
33- Add support for ` runPackageName ` to avoid native assets for packages that
44 the root package depends on but the package being run doesn't.
Original file line number Diff line number Diff line change 11name : native_assets_builder
22description : >-
33 This package is the backend that invokes top-level `build.dart` scripts.
4- version : 0.3.1-wip
4+ version : 0.3.1
55repository : https://github.com/dart-lang/native/tree/main/pkgs/native_assets_builder
66
77environment :
You can’t perform that action at this time.
0 commit comments