Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
halildurmus committed Apr 14, 2024
1 parent 8a00e7b commit 7121fe8
Show file tree
Hide file tree
Showing 80 changed files with 660 additions and 657 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
description: Please search to see if an issue already exists for this.
options:
- label: I have searched the
[existing issues](https://github.com/dart-windows/dartwinrt/issues)
[existing issues](https://github.com/halildurmus/dartwinrt/issues)
required: true

- type: dropdown
Expand Down Expand Up @@ -116,7 +116,7 @@ body:
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our
[Code of Conduct](https://github.com/dart-windows/dartwinrt/tree/main/CODE_OF_CONDUCT.md)
[Code of Conduct](https://github.com/halildurmus/dartwinrt/tree/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
contact_links:
- name: 🤔 Questions and Help
url: https://github.com/dart-windows/dartwinrt/discussions
url: https://github.com/halildurmus/dartwinrt/discussions
about: Please ask and answer questions here.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
description: Please search to see if an issue already exists for this.
options:
- label: I have searched the
[existing issues](https://github.com/dart-windows/dartwinrt/issues)
[existing issues](https://github.com/halildurmus/dartwinrt/issues)
required: true

- type: dropdown
Expand Down Expand Up @@ -58,7 +58,7 @@ body:
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our
[Code of Conduct](https://github.com/dart-windows/dartwinrt/tree/main/CODE_OF_CONDUCT.md)
[Code of Conduct](https://github.com/halildurmus/dartwinrt/tree/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
description: Please search to see if an issue already exists for this.
options:
- label: I have searched the
[existing issues](https://github.com/dart-windows/dartwinrt/issues)
[existing issues](https://github.com/halildurmus/dartwinrt/issues)
required: true

- type: dropdown
Expand Down Expand Up @@ -83,7 +83,7 @@ body:
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our
[Code of Conduct](https://github.com/dart-windows/dartwinrt/tree/main/CODE_OF_CONDUCT.md)
[Code of Conduct](https://github.com/halildurmus/dartwinrt/tree/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
438 changes: 219 additions & 219 deletions CHANGELOG.md

Large diffs are not rendered by default.

27 changes: 15 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@
A family of packages that provide an idiomatic Dart projection of modern
Windows Runtime (WinRT) APIs using FFI.

☠☠ **Warning: These packages are highly experimental.** ☠☠

Part of the [Dart | Windows][dart_windows_link] suite of Windows packages.

## Documentation 📝

For official documentation, please visit https://dartwinrt.dev.
For official documentation, please visit
<https://win32.pub/docs/category/winrt-programming>.

## Usage 📋

Expand Down Expand Up @@ -93,31 +96,31 @@ The summary WinRT API documentation comments are
[Creative Commons Attribution 4.0 International Public License][cc_license_link].

[cc_license_link]: https://github.com/MicrosoftDocs/winrt-api/blob/89e9254fd8b53a648937dbb4324d7f7d6f8d1314/LICENSE
[codecov_badge_link]: https://codecov.io/gh/dart-windows/dartwinrt/branch/main/graph/badge.svg?token=f9L9PfTTLa
[codecov_link]: https://codecov.io/gh/dart-windows/dartwinrt
[codecov_badge_link]: https://codecov.io/gh/halildurmus/dartwinrt/branch/main/graph/badge.svg?token=f9L9PfTTLa
[codecov_link]: https://codecov.io/gh/halildurmus/dartwinrt
[dart_windows_card]: https://raw.githubusercontent.com/dart-windows/.github/main/assets/dart-windows-card-480x240.png
[dart_windows_link]: https://github.com/dart-windows
[issue_tracker_link]: https://github.com/dart-windows/dartwinrt/issues
[issue_tracker_link]: https://github.com/halildurmus/dartwinrt/issues
[language_badge]: https://img.shields.io/badge/language-Dart-blue.svg
[language_link]: https://dart.dev
[legal_notices_link]: https://github.com/MicrosoftDocs/winrt-api/#legal-notices
[license_badge]: https://img.shields.io/github/license/dart-windows/dartwinrt?color=blue
[license_badge]: https://img.shields.io/github/license/halildurmus/dartwinrt?color=blue
[license_link]: https://opensource.org/licenses/BSD-3-Clause
[publisher_badge]: https://img.shields.io/pub/publisher/windows_foundation.svg
[publisher_link]: https://pub.dev/publishers/win32.pub
[win32_pub_link]: https://win32.pub

[//]: # (Screenshots)
[battery_ss_link]: https://github.com/dart-windows/dartwinrt/blob/main/screenshots/battery.png?raw=true
[formatter_ss_link]: https://github.com/dart-windows/dartwinrt/blob/main/screenshots/formatter.png?raw=true
[geolocator_ss_link]: https://github.com/dart-windows/dartwinrt/blob/main/screenshots/geolocator.png?raw=true
[battery_ss_link]: https://github.com/halildurmus/dartwinrt/blob/main/screenshots/battery.png?raw=true
[formatter_ss_link]: https://github.com/halildurmus/dartwinrt/blob/main/screenshots/formatter.png?raw=true
[geolocator_ss_link]: https://github.com/halildurmus/dartwinrt/blob/main/screenshots/geolocator.png?raw=true
[ocrengine_link]: https://learn.microsoft.com/uwp/api/windows.media.ocr.ocrengine
[power_ss_link]: https://github.com/dart-windows/dartwinrt/blob/main/screenshots/power.png?raw=true
[power_ss_link]: https://github.com/halildurmus/dartwinrt/blob/main/screenshots/power.png?raw=true

[//]: # (GIFs)
[dialog_gif_link]: https://github.com/dart-windows/dartwinrt/blob/main/screenshots/dialog.gif?raw=true
[notification_gif_link]: https://github.com/dart-windows/dartwinrt/blob/main/screenshots/notification.gif?raw=true
[ocr_gif_link]: https://github.com/dart-windows/dartwinrt/blob/main/screenshots/ocr.gif?raw=true
[dialog_gif_link]: https://github.com/halildurmus/dartwinrt/blob/main/screenshots/dialog.gif?raw=true
[notification_gif_link]: https://github.com/halildurmus/dartwinrt/blob/main/screenshots/notification.gif?raw=true
[ocr_gif_link]: https://github.com/halildurmus/dartwinrt/blob/main/screenshots/ocr.gif?raw=true

[//]: # (windows_ai links)
[windows_ai]: ./packages/windows_ai/
Expand Down
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dartwinrt
repository: https://github.com/dart-windows/dartwinrt
repository: https://github.com/halildurmus/dartwinrt

packages:
- packages/*
Expand Down
24 changes: 12 additions & 12 deletions packages/windows_ai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@

> Note: This release has breaking changes.
- **REFACTOR**: refactor enum projections ([#338](https://github.com/dart-windows/dartwinrt/issues/338)). ([8b2830c6](https://github.com/dart-windows/dartwinrt/commit/8b2830c6c9ffcfe4e5ffe745d65820e33c08dc98))
- **REFACTOR**: refactor the projection of `PassArray` style array parameters ([#326](https://github.com/dart-windows/dartwinrt/issues/326)). ([ca45f924](https://github.com/dart-windows/dartwinrt/commit/ca45f92440d371b65fbeaba5b36817c46d747b2f))
- **REFACTOR**: refactor parameter projections ([#325](https://github.com/dart-windows/dartwinrt/issues/325)). ([6774c4f8](https://github.com/dart-windows/dartwinrt/commit/6774c4f8d1e79b886116d951bfe18718921f659d))
- **BREAKING** **FEAT**: wrap struct fields ([#322](https://github.com/dart-windows/dartwinrt/issues/322)). ([a2094b38](https://github.com/dart-windows/dartwinrt/commit/a2094b386af8660babd95435cb4328dff92d1b1c))
- **REFACTOR**: refactor enum projections ([#338](https://github.com/halildurmus/dartwinrt/issues/338)). ([8b2830c6](https://github.com/halildurmus/dartwinrt/commit/8b2830c6c9ffcfe4e5ffe745d65820e33c08dc98))
- **REFACTOR**: refactor the projection of `PassArray` style array parameters ([#326](https://github.com/halildurmus/dartwinrt/issues/326)). ([ca45f924](https://github.com/halildurmus/dartwinrt/commit/ca45f92440d371b65fbeaba5b36817c46d747b2f))
- **REFACTOR**: refactor parameter projections ([#325](https://github.com/halildurmus/dartwinrt/issues/325)). ([6774c4f8](https://github.com/halildurmus/dartwinrt/commit/6774c4f8d1e79b886116d951bfe18718921f659d))
- **BREAKING** **FEAT**: wrap struct fields ([#322](https://github.com/halildurmus/dartwinrt/issues/322)). ([a2094b38](https://github.com/halildurmus/dartwinrt/commit/a2094b386af8660babd95435cb4328dff92d1b1c))

## 0.1.0

> Note: This release has breaking changes.
- **FEAT**: provide better error messages on `WindowsException`s ([#291](https://github.com/dart-windows/dartwinrt/issues/291)). ([c06493cf](https://github.com/dart-windows/dartwinrt/commit/c06493cf014927c87b5e9783196754280f7815ef))
- **BREAKING** **FIX**: getters that return collection objects are now nullable ([#297](https://github.com/dart-windows/dartwinrt/issues/297)). ([6e0c8148](https://github.com/dart-windows/dartwinrt/commit/6e0c8148bfc66fcdaee18c8a8c5a7623bc1154dd))
- **BREAKING** **FIX**: parameters of type `Uri` and WinRT object are now nullable ([#294](https://github.com/dart-windows/dartwinrt/issues/294)). ([16b1a292](https://github.com/dart-windows/dartwinrt/commit/16b1a2926a6cfba4c5c3279f5893511b5fca6c9c))
- **BREAKING** **FIX**: some Vector type arguments are now nullable ([#286](https://github.com/dart-windows/dartwinrt/issues/286)). ([36eef7ae](https://github.com/dart-windows/dartwinrt/commit/36eef7ae3ca7321daecec59f60d071246c362f43))
- **BREAKING** **FEAT**: methods with `out` parameters now return a `Record` ([#299](https://github.com/dart-windows/dartwinrt/issues/299)). ([35ebf6f1](https://github.com/dart-windows/dartwinrt/commit/35ebf6f123509e8710e699fc28652cb5bb09bd66))
- **FEAT**: provide better error messages on `WindowsException`s ([#291](https://github.com/halildurmus/dartwinrt/issues/291)). ([c06493cf](https://github.com/halildurmus/dartwinrt/commit/c06493cf014927c87b5e9783196754280f7815ef))
- **BREAKING** **FIX**: getters that return collection objects are now nullable ([#297](https://github.com/halildurmus/dartwinrt/issues/297)). ([6e0c8148](https://github.com/halildurmus/dartwinrt/commit/6e0c8148bfc66fcdaee18c8a8c5a7623bc1154dd))
- **BREAKING** **FIX**: parameters of type `Uri` and WinRT object are now nullable ([#294](https://github.com/halildurmus/dartwinrt/issues/294)). ([16b1a292](https://github.com/halildurmus/dartwinrt/commit/16b1a2926a6cfba4c5c3279f5893511b5fca6c9c))
- **BREAKING** **FIX**: some Vector type arguments are now nullable ([#286](https://github.com/halildurmus/dartwinrt/issues/286)). ([36eef7ae](https://github.com/halildurmus/dartwinrt/commit/36eef7ae3ca7321daecec59f60d071246c362f43))
- **BREAKING** **FEAT**: methods with `out` parameters now return a `Record` ([#299](https://github.com/halildurmus/dartwinrt/issues/299)). ([35ebf6f1](https://github.com/halildurmus/dartwinrt/commit/35ebf6f123509e8710e699fc28652cb5bb09bd66))

## 0.0.2+2

- Update a dependency to the latest release.

## 0.0.2+1

- **FIX**: pass the appropriate `doubleType` to `IVectorView` ([#264](https://github.com/dart-windows/dartwinrt/issues/264)). ([4fd3a0b6](https://github.com/dart-windows/dartwinrt/commit/4fd3a0b62a801d2e4f4aac9f5589a0b415124bf1))
- **FIX**: pass the appropriate `doubleType` to `IVectorView` ([#264](https://github.com/halildurmus/dartwinrt/issues/264)). ([4fd3a0b6](https://github.com/halildurmus/dartwinrt/commit/4fd3a0b62a801d2e4f4aac9f5589a0b415124bf1))

## 0.0.2

- **FEAT**(windows_ai): add MachineLearning APIs ([#255](https://github.com/dart-windows/dartwinrt/issues/255)). ([c1c1ecaa](https://github.com/dart-windows/dartwinrt/commit/c1c1ecaa394ff0c7047ff68672ec9f6dcb4c733e))
- **FEAT**(windows_ai): add MachineLearning APIs ([#255](https://github.com/halildurmus/dartwinrt/issues/255)). ([c1c1ecaa](https://github.com/halildurmus/dartwinrt/commit/c1c1ecaa394ff0c7047ff68672ec9f6dcb4c733e))

## 0.0.1+1

- **DOCS**: update issue tracker links ([#256](https://github.com/dart-windows/dartwinrt/issues/256)). ([a05f5ec7](https://github.com/dart-windows/dartwinrt/commit/a05f5ec70f5e71773f04d7021e1a84d932ca0c21))
- **DOCS**: update issue tracker links ([#256](https://github.com/halildurmus/dartwinrt/issues/256)). ([a05f5ec7](https://github.com/halildurmus/dartwinrt/commit/a05f5ec70f5e71773f04d7021e1a84d932ca0c21))

## 0.0.1

Expand Down
12 changes: 6 additions & 6 deletions packages/windows_ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ The summary WinRT API documentation comments are

[api_reference_link]: https://pub.dev/documentation/windows_ai/latest/
[cc_license_link]: https://github.com/MicrosoftDocs/winrt-api/blob/89e9254fd8b53a648937dbb4324d7f7d6f8d1314/LICENSE
[ci_badge]: https://github.com/dart-windows/dartwinrt/actions/workflows/windows_ai.yml/badge.svg
[ci_link]: https://github.com/dart-windows/dartwinrt/actions/workflows/windows_ai.yml
[ci_badge]: https://github.com/halildurmus/dartwinrt/actions/workflows/windows_ai.yml/badge.svg
[ci_link]: https://github.com/halildurmus/dartwinrt/actions/workflows/windows_ai.yml
[dart_windows_link]: https://github.com/dart-windows
[docs_link]: https://dartwinrt.dev
[example_link]: https://github.com/dart-windows/dartwinrt/tree/main/packages/windows_ai/example
[issue_tracker_link]: https://github.com/dart-windows/dartwinrt/issues
[docs_link]: https://win32.pub/docs/category/winrt-programming
[example_link]: https://github.com/halildurmus/dartwinrt/tree/main/packages/windows_ai/example
[issue_tracker_link]: https://github.com/halildurmus/dartwinrt/issues
[language_badge]: https://img.shields.io/badge/language-Dart-blue.svg
[language_link]: https://dart.dev
[legal_notices_link]: https://github.com/MicrosoftDocs/winrt-api/#legal-notices
[license_badge]: https://img.shields.io/github/license/dart-windows/dartwinrt?color=blue
[license_badge]: https://img.shields.io/github/license/halildurmus/dartwinrt?color=blue
[license_link]: https://opensource.org/licenses/BSD-3-Clause
[package_badge]: https://img.shields.io/pub/v/windows_ai.svg
[package_link]: https://pub.dev/packages/windows_ai
Expand Down
2 changes: 1 addition & 1 deletion packages/windows_ai/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
| ----------------- | --------------------------------------------------------------- |
| [machinelearning] | Demonstrates using SqueezeNet model to detect objects in images |

[machinelearning]: https://github.com/dart-windows/dartwinrt/blob/main/packages/windows_ai/example/machinelearning
[machinelearning]: https://github.com/halildurmus/dartwinrt/blob/main/packages/windows_ai/example/machinelearning
2 changes: 1 addition & 1 deletion packages/windows_ai/example/machinelearning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ The original C++ version can be found [here][cpp_example_link].
The original example and [assets][assets_link] are licensed by Microsoft under
the [MIT License][mit_license_link].

[assets_link]: https://github.com/dart-windows/dartwinrt/tree/main/packages/windows_ai/example/machinelearning/assets
[assets_link]: https://github.com/halildurmus/dartwinrt/tree/main/packages/windows_ai/example/machinelearning/assets
[cpp_example_link]: https://github.com/microsoft/Windows-Machine-Learning/tree/02b586811c8beb1ae2208c8605393267051257ae/Samples/SqueezeNetObjectDetection/Desktop/cpp
[mit_license_link]: https://github.com/microsoft/Windows-Machine-Learning/blob/02b586811c8beb1ae2208c8605393267051257ae/LICENSE
6 changes: 3 additions & 3 deletions packages/windows_ai/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: Provides access to WinRT APIs from the Windows.AI namespace using
FFI.
version: 0.2.0
homepage: https://win32.pub
repository: https://github.com/dart-windows/dartwinrt/tree/main/packages/windows_ai
issue_tracker: https://github.com/dart-windows/dartwinrt/issues?q=is%3Aopen+is%3Aissue+label%3A%22pkg%3A+windows_ai%22
documentation: https://dartwinrt.dev
repository: https://github.com/halildurmus/dartwinrt/tree/main/packages/windows_ai
issue_tracker: https://github.com/halildurmus/dartwinrt/issues?q=is%3Aopen+is%3Aissue+label%3A%22pkg%3A+windows_ai%22
documentation: https://win32.pub/docs/category/winrt-programming

topics:
- winrt
Expand Down

0 comments on commit 7121fe8

Please sign in to comment.