File tree Expand file tree Collapse file tree 9 files changed +24
-25
lines changed
native_assets_cli/example/build/native_add_library Expand file tree Collapse file tree 9 files changed +24
-25
lines changed Original file line number Diff line number Diff line change 1
- ## 0.8.2-wip
1
+ ## 0.8.2
2
2
3
3
- Fix some more cases of: ` BuildConfig.dependencies ` and
4
4
` LinkConfig.dependencies ` no longer have to specify Dart sources.
5
5
- ` DataAsset ` test projects report all assets from ` assets/ ` dir and default the
6
6
asset names to the path inside the package.
7
7
- Automatically locks build directories to prevent concurrency issues with
8
8
multiple concurrent ` dart ` and or ` flutter ` invocations.
9
+ - Bump ` package:native_assets_cli ` to 0.7.3.
9
10
10
11
## 0.8.1
11
12
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 build hooks.
4
- version : 0.8.2-wip
4
+ version : 0.8.2
5
5
repository : https://github.com/dart-lang/native/tree/main/pkgs/native_assets_builder
6
6
7
- publish_to : none
8
-
9
7
environment :
10
8
sdk : ' >=3.3.0 <4.0.0'
11
9
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ dependencies:
13
13
native_assets_cli : ^0.7.3
14
14
# native_assets_cli:
15
15
# path: ../../../native_assets_cli/
16
- # native_toolchain_c: ^0.5.2
17
- native_toolchain_c :
18
- path : ../../../native_toolchain_c/
16
+ native_toolchain_c : ^0.5.3
17
+ # native_toolchain_c:
18
+ # path: ../../../native_toolchain_c/
19
19
20
20
dev_dependencies :
21
21
lints : ^3.0.0
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ dependencies:
13
13
native_assets_cli : ^0.7.3
14
14
# native_assets_cli:
15
15
# path: ../../../native_assets_cli/
16
- # native_toolchain_c: ^0.5.2
17
- native_toolchain_c :
18
- path : ../../../native_toolchain_c/
16
+ native_toolchain_c : ^0.5.3
17
+ # native_toolchain_c:
18
+ # path: ../../../native_toolchain_c/
19
19
20
20
dev_dependencies :
21
21
lints : ^3.0.0
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ dependencies:
12
12
native_assets_cli : ^0.7.3
13
13
# native_assets_cli:
14
14
# path: ../../../native_assets_cli/
15
- # native_toolchain_c: ^0.5.2
16
- native_toolchain_c :
17
- path : ../../../native_toolchain_c/
15
+ native_toolchain_c : ^0.5.3
16
+ # native_toolchain_c:
17
+ # path: ../../../native_toolchain_c/
18
18
19
19
dev_dependencies :
20
20
ffigen : ^8.0.2
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ dependencies:
12
12
native_assets_cli : ^0.7.3
13
13
# native_assets_cli:
14
14
# path: ../../../native_assets_cli/
15
- # native_toolchain_c: ^0.5.2
16
- native_toolchain_c :
17
- path : ../../../native_toolchain_c/
15
+ native_toolchain_c : ^0.5.3
16
+ # native_toolchain_c:
17
+ # path: ../../../native_toolchain_c/
18
18
19
19
dev_dependencies :
20
20
ffigen : ^8.0.2
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ dependencies:
12
12
native_assets_cli : ^0.7.3
13
13
# native_assets_cli:
14
14
# path: ../../../native_assets_cli/
15
- # native_toolchain_c: ^0.5.2
16
- native_toolchain_c :
17
- path : ../../../native_toolchain_c/
15
+ native_toolchain_c : ^0.5.3
16
+ # native_toolchain_c:
17
+ # path: ../../../native_toolchain_c/
18
18
19
19
dev_dependencies :
20
20
ffigen : ^8.0.2
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ dependencies:
12
12
native_assets_cli : ^0.7.3
13
13
# native_assets_cli:
14
14
# path: ../../../native_assets_cli/
15
- # native_toolchain_c: ^0.5.2
16
- native_toolchain_c :
17
- path : ../../../native_toolchain_c/
15
+ native_toolchain_c : ^0.5.3
16
+ # native_toolchain_c:
17
+ # path: ../../../native_toolchain_c/
18
18
19
19
dev_dependencies :
20
20
ffigen : ^8.0.2
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ dependencies:
13
13
native_assets_cli : ^0.7.3
14
14
# native_assets_cli:
15
15
# path: ../../../../native_assets_cli/
16
- # native_toolchain_c: ^0.5.2
17
- native_toolchain_c :
18
- path : ../../../../native_toolchain_c/
16
+ native_toolchain_c : ^0.5.3
17
+ # native_toolchain_c:
18
+ # path: ../../../../native_toolchain_c/
19
19
20
20
dev_dependencies :
21
21
ffigen : ^8.0.2
You can’t perform that action at this time.
0 commit comments