Skip to content

Conversation

@fuzzzer
Copy link

@fuzzzer fuzzzer commented Mar 15, 2025

We noticed inconsistent behaviour between ios and android navigation.

For example when registering page:

 MicroAppPage(
          route: routes.initial,
          pageBuilder: PageBuilder(
            widgetBuilder: (context, settings) => const InitialPage(),
          ),
        ),

When registering route without custom MicroPageTransitionType route name is lost.
and cheking current route name always returns null on IOS.
Applied simple fix, I made sure route names are correctly initialized on IOS as well.

(flutter version 3.24.3)

@emanuel-braz
Copy link
Owner

Hi @fuzzzer thank for the contribution, it looks good to me! I gonna merge it and include in next release. 🙌

@emanuel-braz emanuel-braz merged commit c3488fd into emanuel-braz:master Apr 1, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants