bdlukaa / fluent_ui

Implements Microsoft's WinUI3 in Flutter.
https://bdlukaa.github.io/fluent_ui/
BSD 3-Clause "New" or "Revised" License
2.79k stars 435 forks source link

Improve Documentation Eg. Navigation Using PaneItem #1025

Open pranimation opened 4 months ago

pranimation commented 4 months ago

Hello,

I’ve been exploring the Fluent UI library and found it to be very useful. However, I’ve encountered some difficulties understanding how navigation works, specifically with the PaneItem component.

In the current examples, it’s not clear how to navigate or change the displayed content when a PaneItem is clicked. This makes it challenging for new users to understand how to use this component for navigation purposes.

It would be greatly beneficial if the examples could be expanded to clearly demonstrate this functionality. For instance, a simple example showing how to change the displayed content when a PaneItem is clicked would be very helpful.

Additionally, more comprehensive tutorials or guides on how to use the library would be greatly appreciated. This would make it easier for developers to get started with Fluent UI and fully leverage its capabilities.

Thank you for your attention to this matter.

bdlukaa commented 4 months ago

Hello,

While I personally won't be able to address this immediately due to time constraints, I genuinely appreciate your suggestion for improving the examples and providing more comprehensive tutorials or guides. I understand the importance of making the library more accessible for beginners, and I encourage contributions from the community through pull requests.

You may want to read https://github.com/bdlukaa/fluent_ui/issues/919, which is related to this. Any improvements to the documentation of the navigation view and its derivates would be done after that is concluded.