Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

navigation between pages #38

Open
heinrichBlig opened this issue Dec 13, 2021 · 13 comments
Open

navigation between pages #38

heinrichBlig opened this issue Dec 13, 2021 · 13 comments

Comments

@heinrichBlig
Copy link

heinrichBlig commented Dec 13, 2021

how can we use the side nav to navigate between pages

@djbalisaiefeddine
Copy link

same problem here

@CyrilCharlier
Copy link

You may use the Class "Navigator"

@djbalisaiefeddine
Copy link

thx for your help

@iranandroid
Copy link

same problem here

@iranandroid
Copy link

@djbalisaiefeddine
@CyrilCharlier
@heinrichBlig

Hi, i solved this issue but i haven't permission for push to this repository
I push to this link: LINK

@CyrilCharlier
Copy link

Hi @iranandroid , what are the changes please ? no see any provider or Navigator to navigate between two pages ?

@iranandroid
Copy link

iranandroid commented Jan 27, 2022

Hi @CyrilCharlier
I used Getx library for create SPA(Single Page Application) and navigate between pages with this library
I create Observable widget variable and listen to this, when click side nav button change value of variable to new widget and new page is shown

@thealberto
Copy link

thealberto commented Feb 24, 2022

Hi @CyrilCharlier I used Getx library for create SPA(Single Page Application) and navigate between pages with this library I create Observable widget variable and listen to this, when click side nav button change value of variable to new widget and new page is shown

Hi, thanks for your effort.. I cloned your repo but the page isn't properly rendered. This is the error:

@iranandroid

[GETX] Instance "MainScreenContorller" has been created
Error: Binding has not yet been initialized.
The "instance" getter on the SchedulerBinding binding mixin is only available once that binding has been initialized.

@iranandroid
Copy link

Hi, thanks for your effort.. I cloned your repo but the page isn't properly rendered. This is the error:

Hi, did you run the source unchanged?
please send me your codes

@albertobarbaro

@thealberto
Copy link

@iranandroid

Hi, I just cloned the repo, downloaded the dependencies and tried the project with Chrome.

Thanks

@iranandroid
Copy link

@iranandroid

Hi, I just cloned the repo, downloaded the dependencies and tried the project with Chrome.

Thanks

Hi, I pushed new version, please clone again.
Email me if there is still a problem.
Email: [email protected]

Thanks

@rubenaster
Copy link

I'd check out this article series for Navigator 2.0 which in case of a web dashboard makes most sense to use:

https://link.medium.com/dMdO7Lq1opb

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

No branches or pull requests

7 participants
@rubenaster @thealberto @djbalisaiefeddine @CyrilCharlier @iranandroid @heinrichBlig and others