beto-rodriguez/FluidNav

Experimental custom navigation for maui

46

stars

51

commits

C#

primary language

Jan 23, 2024

updated

maui
maui-app
transition-animation
transition-api

README

FluidNav

Fluid nav is an experimental alternative to maui Shell it also uses a URI-based navigation experience that uses routes to navigate to any page in the app, it helps to build soft transitions between views.

Why?

  • The MAUI default shell is hard to customize, with this control you can use any XAML view and use it as a host of your app.
  • it is inspired on the web transitions api idea, and the example provided in this repo is based on this.

Disclaim

It is an experiment, use it at your own risk, the performance seems great (using the Release build) even with "large" collections, because it uses a CollectionView to display the data

.mobile transition

desktop transition

Contributors

beto-rodriguez

51 commits

beto-rodriguez/FluidNav

Experimental custom navigation for maui

46

stars

51

commits

C#

primary language

Jan 23, 2024

updated

maui
maui-app
transition-animation
transition-api

README

FluidNav

Fluid nav is an experimental alternative to maui Shell it also uses a URI-based navigation experience that uses routes to navigate to any page in the app, it helps to build soft transitions between views.

Why?

  • The MAUI default shell is hard to customize, with this control you can use any XAML view and use it as a host of your app.
  • it is inspired on the web transitions api idea, and the example provided in this repo is based on this.

Disclaim

It is an experiment, use it at your own risk, the performance seems great (using the Release build) even with "large" collections, because it uses a CollectionView to display the data

.mobile transition

desktop transition

Contributors

beto-rodriguez

51 commits

Languages

C#

100.0%