lukepighetti / fluro

Fluro is a Flutter routing library that adds flexible routing options like wildcards, named parameters and clear route definitions.
https://pub.dev/packages/fluro
MIT License
3.67k stars 417 forks source link

is it possible to use fluro with json data #252

Open YaPaY opened 2 years ago

YaPaY commented 2 years ago

Hello

my first page using an API and publishing the news from JSON API: GetAllNewsFromCategory

this APi has got news.Image news.title new.sid (unique) and news.PublishDate

the second page has got different api : API: GetNewsById news.id news.content news.summary

is it possible for first page to get news.content from second page? and use it on first page with Fluro? if yes is could you please explain how to do that?