-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Flutter docs improvements #3187
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
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/sentry/sentry-docs/2ma2iY2YvuvUiqdt6BRHgw9Zwjrz |
|
|
||
| Features: | ||
|
|
||
| - Automatic native crash error tracking (using both [Android](/platforms/android/) and [iOS](/platforms/apple/)), including |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we also Support Flutter Web, it's a bit limited compared to Android and iOS, of course.
Eg, events are not enriched with device context.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added "Limited Support for Flutter Web" - LMK if there's a link to add or if that wording is quite what we want here @bruno-garcia
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good to me, so we don't create much expectations from Web devs as we didn't spend time on it
ideally yes, migrating the Dart v3 to Dart v4 or Flutter v4, but we should not block this PR by that |
we don't have any logging integration, for now, hence this is not needed |
it's good to go, we don't support Local scopes |
|
configurations: supported and missing:
I've noticed that these 3 are supported across the Mobile SDKs. |
|
@PeloWriter I left a few comments, looks great, thanks for doing that, wondering if we could expand these changes later on on the Dart SDK as well, pretty much the same structure, way nicer, thanks once more. |
|
should we take a look at the wizard too? see if something is off after these changes or if something could be improved? |
marandaneto
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR moves the Flutter docs content into the common format and fixes some common content issues that surfaced during the fixing.
To do (@marandaneto will work with me on this):
configuration/declutteringon the Filtering page