Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

[Windows] Verify: events, input and icon reports from window_manager

Open
#78 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
45/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Active
Tech stack
flutter

Research direction

Build a Flutter app using the Window API and reproduce each linked window_manager report against nativeapi 0.6.0. Start with the relevant nativeapi window behavior and check Application::SetIcon with a path inside flutter_assets. For each report, either verify and fix the behavior or record that it no longer occurs, then tick off the checklist item.

Written by the indexing model from the issue text.

Description

bug

These were reported against window_manager 0.5.x, whose platform code is gone: window_manager 0.6.0 is rebuilt on nativeapi. None of them has been checked against nativeapi yet. Each needs a reproduction with nativeapi (a Flutter app on the Window API), then a fix or a note that it no longer happens. Tick them off here as they're checked.

  • leanflutter/window_manager#207: resize event not fired for snapping (Win+Arrow, Windows 11 snap layouts, double-click on the title bar)
  • leanflutter/window_manager#294: blur event reported when a minimized window is restored, instead of focus
  • leanflutter/window_manager#480: first Enter/Escape key swallowed after hiding or minimizing from code and showing again
  • leanflutter/window_manager#511: maximize() doesn't work while the mouse is captured (called from onDoubleTapDown)
  • leanflutter/window_manager#245: moving between monitors with different scale factors changes the window size and causes overflow
  • leanflutter/window_manager#534: setIcon() has no effect (Windows 11); check Application::SetIcon with a path inside flutter_assets
Dominant language
C++
Stars
34
Forks
7
Avg merge
3d 1h
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from libnativeapi/nativeapi

All issues in libnativeapi/nativeapi

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.