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
2
2
3
3
- Add support for ` runPackageName ` to avoid native assets for packages that
4
4
the root package depends on but the package being run doesn't.
Original file line number Diff line number Diff line change 1
1
name : native_assets_builder
2
2
description : >-
3
3
This package is the backend that invokes top-level `build.dart` scripts.
4
- version : 0.3.1-wip
4
+ version : 0.3.1
5
5
repository : https://github.com/dart-lang/native/tree/main/pkgs/native_assets_builder
6
6
7
7
environment :
You can’t perform that action at this time.
0 commit comments