Skip to content
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

Create a "Flutter for Jetpack Compose developers" page #11232

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
8 changes: 7 additions & 1 deletion src/content/get-started/flutter-for/android-devs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ If you understand the fundamentals of the Android framework then you
can use this document as a jump start to Flutter development.

:::note
Android has two native user interface systems, Views (XML based) and Jetpack Compose.
Some fundamentals are shared so this document will provide value no matter what.
However, if you are coming from Jetpack Compose,
check out [Flutter for Jetpack Compose devs][] for detailed information about Jetpack Compose
and how samples match up to Flutter examples.

To integrate Flutter code into your Android app, see
[Add Flutter to existing app][].
:::
Expand Down Expand Up @@ -2378,7 +2384,7 @@ In Flutter, access this functionality using the
For more information on using the Firebase Cloud Messaging API,
see the [`firebase_messaging`][] plugin documentation.


[Flutter for Jetpack Compose devs]: /flutter-for/compose-devs
Copy link
Contributor

Choose a reason for hiding this comment

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

Also, please update the src/_data/sidenav to include this file. Also, modify the title of the original page. Perhaps "Flutter for Android devs using View" ??? Then this page can be "Flutter for Android devs using Jetpack Compose".

[Add Flutter to existing app]: /add-to-app
[Animation & Motion widgets]: /ui/widgets/animation
[Animations tutorial]: /ui/animations/tutorial
Expand Down
Loading
Loading