pdliuw / airoute

*1、Support routing management without context *2、Support 'non-intrusive parameter passing' routing management *3、Airoute that makes you fall in love with routing management

Home Page:https://flutter-app-sample.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pass class data or other content format

pishguy opened this issue · comments

in this library how can i pass data such as map, array or class data?

commented

Airoute.pushNamed(
routeName: "/Page",
argument: "argument is dynamic data type. it can be any type data",
);

argument is dynamic data type .
argument can be basic type and object .

Airoute(https://github.com/pdliuw/airoute)

Why not verify it yourself?
I'm sure you will be pleasantly surprised

@pdliuw i'll tested that, sure, thanks