Flutter-Responsive-Admin-Panel-or-Dashboard icon indicating copy to clipboard operation
Flutter-Responsive-Admin-Panel-or-Dashboard copied to clipboard

navigation between pages

Open heinrichBlig opened this issue 3 years ago • 13 comments

how can we use the side nav to navigate between pages

heinrichBlig avatar Dec 13 '21 13:12 heinrichBlig

same problem here

djbalisaiefeddine avatar Jan 16 '22 21:01 djbalisaiefeddine

You may use the Class "Navigator"

CyrilCharlier avatar Jan 17 '22 19:01 CyrilCharlier

thx for your help

djbalisaiefeddine avatar Jan 19 '22 22:01 djbalisaiefeddine

same problem here

iranandroid avatar Jan 25 '22 13:01 iranandroid

@djbalisaiefeddine @CyrilCharlier @heinrichBlig

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

iranandroid avatar Jan 26 '22 19:01 iranandroid

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

CyrilCharlier avatar Jan 26 '22 19:01 CyrilCharlier

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

iranandroid avatar Jan 27 '22 12:01 iranandroid

https://t.me/dark2webb

Geebase avatar Feb 06 '22 01:02 Geebase

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.

thealberto avatar Feb 24 '22 18:02 thealberto

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

iranandroid avatar Feb 26 '22 06:02 iranandroid

@iranandroid

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

Thanks

thealberto avatar Feb 26 '22 06:02 thealberto

@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

iranandroid avatar Feb 27 '22 05:02 iranandroid

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

rubenaster avatar Apr 21 '22 08:04 rubenaster