Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add IsWindows8OrGreater and GetCurrentPackageFullName APIs #944

Merged
merged 1 commit into from
Jan 1, 2025

Conversation

halildurmus
Copy link
Owner

Description

Related Issue

Closes #943

Type of Change

  • πŸš€ feat – New feature (non-breaking change that adds functionality)
  • πŸ› οΈ fix – Bug fix (non-breaking change that fixes an issue)
  • ❌ ! – Breaking change (fix or feature that causes existing functionality to change)
  • ⚑ perf – Performance improvement
  • 🧹 refactor – Code refactor (no functionality change)
  • πŸ“ docs – Documentation update
  • 🎨 style – Code style changes (formatting, renaming, etc.)
  • πŸ§ͺ test – Test update or addition
  • πŸ”§ build – Build related changes
  • βœ… ci – CI related changes
  • πŸ—‘οΈ chore – Chore (maintenance, non-production code change)
  • ◀️ revert – Revert a previous commit

@github-actions github-actions bot added package: generator Issue with package:generator package: win32 Issue with package:win32 labels Jan 1, 2025
@halildurmus halildurmus merged commit 73e4c53 into main Jan 1, 2025
14 checks passed
@halildurmus halildurmus deleted the version branch January 1, 2025 11:25
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 61.64%. Comparing base (5a20056) to head (7f425bf).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
packages/win32/lib/src/inline.dart 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #944      +/-   ##
==========================================
- Coverage   61.80%   61.64%   -0.17%     
==========================================
  Files          35       35              
  Lines        1152     1155       +3     
==========================================
  Hits          712      712              
- Misses        440      443       +3     
Flag Coverage Ξ”
win32 59.58% <0.00%> (-0.38%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Ξ”
packages/win32/lib/src/inline.dart 0.00% <0.00%> (ΓΈ)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: generator Issue with package:generator package: win32 Issue with package:win32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add IsWindows8OrGreater() and GetCurrentPackageFullName() APIs
2 participants