BilalShahid13 / PersistentBottomNavBar

A highly customizable persistent bottom navigation bar for Flutter
BSD 3-Clause "New" or "Revised" License
506 stars 371 forks source link

Passing arguments with pushNamed is alway null #250

Open alexaung opened 2 years ago

alexaung commented 2 years ago

Hi, I am trying to pass arguments to next screen. I tried it as below but always null.

May I know how to pass arguments?

Navigator.of(context).pushNamed( AlbumScreen.routeName, arguments: monkState.monks[index], );