-
Notifications
You must be signed in to change notification settings - Fork 0
Add Flutter DevTools extension for inspecting glade_forms models #97
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
base: main
Are you sure you want to change the base?
Conversation
|
To view this pull requests documentation preview, visit the following URL: docs.page/netglade/glade_forms~97 Documentation is deployed and generated using docs.page. |
Co-authored-by: tenhobi <[email protected]>
…chitecture Co-authored-by: tenhobi <[email protected]>
Co-authored-by: tenhobi <[email protected]>
Co-authored-by: tenhobi <[email protected]>
Co-authored-by: tenhobi <[email protected]>
…cript Co-authored-by: tenhobi <[email protected]>
|
@copilot glade_forms_devtools_extension/pubspec.yaml is included in the workspace from ./pubspec.yaml, but does not have |
Co-authored-by: tenhobi <[email protected]>
|
@copilot Improve docs pages with info about how to use new devtools |
Co-authored-by: petrnymsa <[email protected]>
Enhanced in 4330c99 with comprehensive usage instructions including: docs/devtools.mdx:
docs/index.mdx:
README.md:
|
DevTools integration for glade_forms
This PR adds Flutter DevTools extension integration to provide better developer experience when working with glade_forms.
Architectural Decision:
Following the pattern used by drift and provider packages:
glade_forms_devtools_extension)glade_forms/extension/devtools/build/Benefits of this approach:
devtools_extensions) don't affect main package users✅ Implementation Complete:
resolution: workspaceto extension package⏳ Remaining (requires Flutter SDK):
melos run build:extension📊 Test Coverage:
📚 Enhanced Documentation:
🎨 Extension Features (Ready to Build):
🚀 Next Steps:
To complete the integration, run with Flutter SDK:
The extension structure is complete and tested. Once built, it will automatically appear in Flutter DevTools when using glade_forms.
See DEVTOOLS_IMPLEMENTATION.md for complete details.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.