bdlukaa / fluent_ui

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

Fidel Scrollbar #14

Open bdlukaa opened 3 years ago

bdlukaa commented 3 years ago

Implement the following scrollbar:

|

This is currently blocked by https://github.com/flutter/flutter/issues/80370 and https://github.com/flutter/flutter/issues/97876

bdlukaa commented 3 years ago

I just published a new version (1.9.0) that improves the fidelity of the scrollbar. Now, only the arrows are missing. There currently no way to use widgets in the scrollbar, and there aren't the leading and trailing properties.

This is still blocked by the issue mentioned above.

bdlukaa commented 2 years ago

About Win UI 3.0 scrollbar, this issue is still blocked by https://github.com/flutter/flutter/issues/80370 and https://github.com/flutter/flutter/issues/97876