abuanwar072 / Flutter-Responsive-Admin-Panel-or-Dashboard

Responsive Admin Panel or Dashboard using Flutter
https://youtu.be/_uOgXpEHNbc
MIT License
6.61k stars 1.87k forks source link

navigation between pages #38

Open heinrichBlig opened 2 years ago

heinrichBlig commented 2 years ago

how can we use the side nav to navigate between pages

djbalisaiefeddine commented 2 years ago

same problem here

CyrilCharlier commented 2 years ago

You may use the Class "Navigator"

djbalisaiefeddine commented 2 years ago

thx for your help

iranandroid commented 2 years ago

same problem here

iranandroid commented 2 years ago

@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 commented 2 years ago

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

iranandroid commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

@iranandroid

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

Thanks

iranandroid commented 2 years ago

@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: s.sajjad1370@gmail.com

Thanks

rubenaster commented 2 years ago

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

fidelmak commented 1 week ago

hi is this project still available for update