https://github.com/shrop/contenta_flutter
Flutter app that consumes demo content from the Contenta CMS API
https://github.com/shrop/contenta_flutter
dart dartlang drupal drupal-8 flutter json-api
Last synced: 3 months ago
JSON representation
Flutter app that consumes demo content from the Contenta CMS API
- Host: GitHub
- URL: https://github.com/shrop/contenta_flutter
- Owner: shrop
- License: gpl-2.0
- Created: 2019-10-18T17:02:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T18:42:36.000Z (almost 5 years ago)
- Last Synced: 2025-03-17T19:21:21.969Z (3 months ago)
- Topics: dart, dartlang, drupal, drupal-8, flutter, json-api
- Language: Dart
- Homepage: https://www.contentacms.org
- Size: 783 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contenta Flutter
Contenta Flutter is an example consumer for the [Contenta CMS](https://www.contentacms.org/). Contenta CMS is an API-first Drupal distribution. Contenta Flutter provides a learning opportunity for technologies and concepts, including decoupled Drupal 8, Google Firebase Firestore, and Flutter.
The Flutter app is a decoupled Drupal frontend for the Umami Food Magazine demo content that is an experiemntal Drupal 8 install profile.
>Umami is a fictional food magazine that has been created to demonstrate how you might build a Drupal site using functionality provided 'out of the box'.
For more information visit https://www.drupal.org/docs/8/umami-drupal-8-demonstration-installation-profile.## Technical Architecture
* The Flutter app reads recipe data from the [Contenta CMS JSON API endpoint](https://dev-contentacms.pantheonsite.io/api).
* User interactions such as marking recipes as favorites are saved to a Google Firebase Firestore.## Installation
TBD
## Roadmap
TBD