shrop / contenta_flutter

Flutter app that consumes demo content from the Contenta CMS API
https://www.contentacms.org
GNU General Public License v2.0
13 stars 2 forks source link

Display an individual Recipe using data from the JSON API request #64

Closed shrop closed 4 years ago

shrop commented 4 years ago

Try to use data already used in home.dart. Nice to not have to query again.

shrop commented 4 years ago

Used https://flutter.dev/docs/cookbook/navigation/passing-data to figure out how to pass the individual recipe to the recipe page. Pushed up code changes to branch: https://github.com/shrop/contenta_flutter/tree/issue-64

shrop commented 4 years ago

All data for recipes are now displayed in the individual recipe page