Skip to content

fix: resolve gray screen caused by stale .flutter-plugins paths#4

Merged
TheZupZup merged 1 commit intomainfrom
claude/fix-gray-screen-I13Ww
Apr 11, 2026
Merged

fix: resolve gray screen caused by stale .flutter-plugins paths#4
TheZupZup merged 1 commit intomainfrom
claude/fix-gray-screen-I13Ww

Conversation

@TheZupZup
Copy link
Copy Markdown
Owner

The .flutter-plugins file was committed with hardcoded paths to /home/thezupzup/.pub-cache/ which don't exist on other machines. Flutter fails to load shared_preferences/path_provider plugins, producing a blank gray window.

  • Remove app/.flutter-plugins from git (machine-specific generated file)
  • Add .flutter-plugins to app/.gitignore
  • Run flutter pub get in nexanote.sh before flutter run so Flutter regenerates .flutter-plugins with the correct local paths
  • Fix string interpolation bug in triggerSync() ($e -> $e)

https://claude.ai/code/session_01DrMeeXsyuHucgvtcwtJoLN

The .flutter-plugins file was committed with hardcoded paths to
/home/thezupzup/.pub-cache/ which don't exist on other machines.
Flutter fails to load shared_preferences/path_provider plugins,
producing a blank gray window.

- Remove app/.flutter-plugins from git (machine-specific generated file)
- Add .flutter-plugins to app/.gitignore
- Run `flutter pub get` in nexanote.sh before `flutter run` so Flutter
  regenerates .flutter-plugins with the correct local paths
- Fix string interpolation bug in triggerSync() (\$e -> $e)

https://claude.ai/code/session_01DrMeeXsyuHucgvtcwtJoLN
@TheZupZup TheZupZup merged commit 78637c2 into main Apr 11, 2026
1 check passed
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