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

add Missing note: The file should be recompiled using Visual Studio for the changes to take effect #11391

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/content/platform-integration/platform-channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,9 @@ And replace with the following:
You should now be able to run the application on Windows.
If your device doesn't have a battery,
it displays 'Battery level not available'.

Note: To ensure the changes take effect, the project should be recompiled
with Visual Studio.Otherwise, you may encounter an error saying: Failed to get
battery level: Memory leak .
sfshaza2 marked this conversation as resolved.
Show resolved Hide resolved
### Step 6: Add a macOS platform-specific implementation

Start by opening the macOS host portion of your Flutter app in Xcode:
Expand Down