Skip to content

Conversation

JesseRiemens
Copy link

@JesseRiemens JesseRiemens commented Jul 23, 2025

Modified the readme a bit to make the markdown-rendered formatting a bit more clear

@jwinarske
Copy link
Contributor

@JesseRiemens What environment(s) are you working with?

@JesseRiemens
Copy link
Author

Currently developing on Ubuntu 24.04 @ x86_64 compiling for arm64 (embedded target) & x86_64 (embedded target and desktop target)

@jwinarske
Copy link
Contributor

@JesseRiemens anything with Windows? I see you have modified the Windows section.

@jwinarske jwinarske requested a review from Copilot July 31, 2025 21:15
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request improves the README.md file by enhancing markdown formatting and organization for better readability. The changes focus on restructuring setup instructions with proper headers, code blocks, and clearer navigation.

Key Changes

  • Reorganized content with proper hierarchical headers and formatting
  • Added code blocks with syntax highlighting for better command visibility
  • Improved structure with horizontal dividers and consistent formatting

Comment on lines +54 to 56
- **For ARM64 Windows machines:**
- Copy `C:\Program Files (x86)\Windows Kits\10\Debuggers\arm64` to `C:\Program Files (x86)\Windows Kits\10\Debuggers\arm64` to appease `flutter/tools/gen.bat`.

Copy link
Preview

Copilot AI Jul 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The copy instruction specifies the same source and destination path. This appears to be a copy-paste error and the instruction is meaningless as written.

Suggested change
- **For ARM64 Windows machines:**
- Copy `C:\Program Files (x86)\Windows Kits\10\Debuggers\arm64` to `C:\Program Files (x86)\Windows Kits\10\Debuggers\arm64` to appease `flutter/tools/gen.bat`.
- **For ARM64 Windows machines:**
- Copy `C:\Program Files (x86)\Windows Kits\10\Debuggers\arm64` to `C:\path\to\desired\destination` to appease `flutter/tools/gen.bat`.

Copilot uses AI. Check for mistakes.

```
4. Navigate to your app directory and run:
```sh
flutter run -run-qemu-master
Copy link
Preview

Copilot AI Jul 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The command flutter run -run-qemu-master appears to have an incorrect flag format. Flutter commands typically use double dashes for flags (e.g., --device or custom device names), not single dashes for multi-word options.

Suggested change
flutter run -run-qemu-master
flutter run --run-qemu-master

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants