Commit cb8644e 1 parent 2a86fd5 commit cb8644e Copy full SHA for cb8644e
File tree 4 files changed +19
-3
lines changed
4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
1
+ name : Publish
2
+
3
+ on :
4
+ pull_request :
5
+ branches : [ main ]
6
+ push :
7
+ tags : [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
8
+
9
+ jobs :
10
+ publish :
11
+ uses : dart-lang/ecosystem/.github/workflows/publish.yaml@main
12
+ permissions :
13
+ id-token : write # Required for authentication using OIDC
14
+ pull-requests : write # Required for writing the pull request note
15
+ with :
16
+ sdk : stable
Original file line number Diff line number Diff line change 1
- ## 5.3.0-wip
1
+ ## 5.3.0
2
2
3
3
- Migrate away from ` .elementAt ` in favor of ` operator + ` (#825 )
4
4
- Bump minimum required Dart version to ` 3.3.0 ` (#825 )
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ suite in the `test\` subdirectory that shows other API calls.
73
73
74
74
A good starting point is ` hello.dart ` . This example demonstrates creating a
75
75
Win32 window and responding to common messages such as ` WM_PAINT ` through a
76
- ` WindowProc ` callback function.
76
+ ` WNDPROC ` callback function.
77
77
78
78
To run it, type:
79
79
Original file line number Diff line number Diff line change 1
1
name : win32
2
2
description : >
3
3
A Dart library for accessing common Win32 APIs using FFI. No C required!
4
- version : 5.3.0-wip
4
+ version : 5.3.0
5
5
homepage : https://win32.pub
6
6
repository : https://github.com/dart-windows/win32
7
7
issue_tracker : https://github.com/dart-windows/win32/issues
You can’t perform that action at this time.
0 commit comments