compose-multiplatform icon indicating copy to clipboard operation
compose-multiplatform copied to clipboard

How to use `NavigationSuiteScaffold` ?

Open Yue-plus opened this issue 1 year ago • 5 comments

How to use NavigationSuiteScaffold ? 如何使用 NavigationSuiteScaffold

I tried to add dependence by myself, but failed. 我尝试自行添加依赖,但是失败了。

image

Yue-plus avatar Jun 10 '24 13:06 Yue-plus

material3-adaptive-navigation-suite is not ported to multiplatform yet

MatkovIvan avatar Jun 10 '24 14:06 MatkovIvan

It has been modified to work on Compose Desktop.

  1. Handle the exception caused by compose desktop not implementing currentWindowAdaptiveInfo();
  2. NavigationBarItem() NavigationRailItem() NavigationDrawerItem() exception caused by inconsistency in 1.7.0 in method signature interactionSource: MutableInteractionSource? = null

Junzz0 avatar Jun 19 '24 06:06 Junzz0

I haven't found any good way to use ListDetailPaneScaffold in compose desktop so far.

Junzz0 avatar Jun 19 '24 07:06 Junzz0

material3-adaptive-navigation-suite is not ported to multiplatform yet

Hi Why material3-adaptive-navigation-suite is not support in 1.7.0-dev1698?

mahramane avatar Jun 27 '24 15:06 mahramane

Because it's not ported to multiplatform yet

MatkovIvan avatar Jun 27 '24 15:06 MatkovIvan

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.

okushnikov avatar Jul 14 '24 14:07 okushnikov

@MatkovIvan Any update on Adaptive navigation suite?

toaster217 avatar Aug 12 '24 08:08 toaster217

Fixed by https://github.com/JetBrains/compose-multiplatform-core/pull/1539

MatkovIvan avatar Sep 16 '24 11:09 MatkovIvan