Securrency-OSS / mirai

Mirai is a Server-Driven UI (SDUI) library for Flutter. Mirai allows you to build beautiful cross-platform applications with JSON in real time.
https://pub.dev/packages/mirai
MIT License
523 stars 66 forks source link

feat: Add support for a PushNamed route #79

Closed RodolfoSilva closed 1 year ago

RodolfoSilva commented 1 year ago

Description

Implement support for a pushNamedRoute method, which would allow users to navigate to existing pages without the need to recreate the page in the server. This would make it easier and more efficient for migrate an existent app to Mirai.

Requirements

divyanshub024 commented 1 year ago

Hey @RodolfoSilva 👋🏻

Thank you for your continuous contribution. This is something that we are planning to do in our upcoming releases.

I want to clarify what do you mean by "navigate to existing pages without the need to recreate the page in the server"? Are these existing pages the SDUI pages or the CDUI pages, compiled with the app?

RodolfoSilva commented 1 year ago

CDUI pages.