Skip to content

Commit 4d55b40

Browse files
Flutter as framework of Dart (#12866)
* Flutter as framework of Dart This PR moves all the files of Flutter to be under Dart, same as JavaScript and Python and other language to framework relationships. After this is merged. I will begin looking at first updating all the links in product and static-pages to respect these new redirect links. Potentially blogs aswell. But then importantly and funcitonally, I want to look at ensuring that feature which the Flutter SDK inherits from the Dart SDK and any example in the other direction, are properly show in the docs. For example Dio integration is not seen in flutter. * fixing the platform icons flutter icon should display for flutter on main page and side bar * Replace all the old urls and redirects * one more * Adding Flutter URL Redirects * add trailing /s * remove wildcard would otherwise need to update types or some other strangeness, and the config as is, is rather extensive * fix test should do dynamic fixes later * switch to redirect.js remove middleware redirects and put the wildcard impl in redirects * [getsentry/action-github-commit] Auto commit * revert bad merge * fix bad link it is redirecting as if it is in flutter context, but it's not a more explicit link hopefully resolves this * stupid --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
1 parent 0e3085d commit 4d55b40

File tree

93 files changed

+86
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+86
-65
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# /src/wizard/android/ @getsentry/team-mobile-core
1313
# /src/platforms/apple/ @getsentry/team-mobile-core
1414
# /src/wizard/apple/ @getsentry/team-mobile-core
15-
# /src/platforms/flutter/ @getsentry/team-mobile-cross-platform
15+
# /src/platforms/dart/guides/flutter/ @getsentry/team-mobile-cross-platform
1616
# /src/wizard/flutter/ @getsentry/team-mobile-cross-platform
1717
# /src/platforms/dart/ @getsentry/team-mobile-cross-platform
1818
# /src/wizard/dart/ @getsentry/team-mobile-cross-platform

docs/platforms/dart/configuration/releases.mdx

+1-1

docs/platforms/flutter/configuration/options.mdx docs/platforms/dart/guides/flutter/configuration/options.mdx

+1-1

docs/platforms/flutter/configuration/webview.mdx docs/platforms/dart/guides/flutter/configuration/webview.mdx

+1-1

docs/platforms/flutter/data-management/debug-files/source-context/index.mdx docs/platforms/dart/guides/flutter/data-management/debug-files/source-context/index.mdx

+1-1

docs/platforms/flutter/index.mdx docs/platforms/dart/guides/flutter/index.mdx

+3-2

docs/platforms/flutter/integrations/app-start-instrumentation.mdx docs/platforms/dart/guides/flutter/integrations/app-start-instrumentation.mdx

+2-2

docs/platforms/flutter/integrations/asset-bundle-instrumentation.mdx docs/platforms/dart/guides/flutter/integrations/asset-bundle-instrumentation.mdx

+2-2

docs/platforms/flutter/integrations/drift-instrumentation.mdx docs/platforms/dart/guides/flutter/integrations/drift-instrumentation.mdx

+2-2

docs/platforms/flutter/integrations/hive-instrumentation.mdx docs/platforms/dart/guides/flutter/integrations/hive-instrumentation.mdx

+2-2

docs/platforms/flutter/integrations/isar-instrumentation.mdx docs/platforms/dart/guides/flutter/integrations/isar-instrumentation.mdx

+2-2

docs/platforms/flutter/integrations/routing-instrumentation.mdx docs/platforms/dart/guides/flutter/integrations/routing-instrumentation.mdx

+2-2

docs/platforms/flutter/integrations/slow-and-frozen-frames-instrumentation.mdx docs/platforms/dart/guides/flutter/integrations/slow-and-frozen-frames-instrumentation.mdx

+2-2

docs/platforms/flutter/integrations/sqflite-instrumentation.mdx docs/platforms/dart/guides/flutter/integrations/sqflite-instrumentation.mdx

+2-2

docs/platforms/flutter/integrations/user-interaction-instrumentation.mdx docs/platforms/dart/guides/flutter/integrations/user-interaction-instrumentation.mdx

+4-4

docs/platforms/flutter/manual-setup.mdx docs/platforms/dart/guides/flutter/manual-setup.mdx

+2-2

docs/platforms/flutter/native-init.mdx docs/platforms/dart/guides/flutter/native-init.mdx

+1-1

docs/platforms/flutter/tracing/instrumentation/automatic-instrumentation.mdx docs/platforms/dart/guides/flutter/tracing/instrumentation/automatic-instrumentation.mdx

+6-6

docs/platforms/flutter/troubleshooting.mdx docs/platforms/dart/guides/flutter/troubleshooting.mdx

+5-5

docs/platforms/flutter/upload-debug.mdx docs/platforms/dart/guides/flutter/upload-debug.mdx

+2-2

0 commit comments

Comments
 (0)