I had a great time presenting and taking part in the Flutter Developers Charlotte meetup last night. My talk was on the work I am doing around Flutter, Firebase, and Decoupled Drupal. Thanks to everyone who made it out and I appreciate the chance to share and learn!
Flutter and Firebase are a great match for rapid prototyping and full on production ready redeployment for native mobile applications. This talk included a demo of a Flutter application that reads content from a Contenta CMS API (Drupal distribution) and reads/saves related data to a Firebase Firestore. The application is a companion application for a pseudo Recipe Magazine, Unami.
Below are the links I referenced in the presentation for convenience:
- https://contentacms.readthedocs.io/en/latest
- https://dev-contentacms.pantheonsite.io/api/recipes
- https://pub.dev/packages/json_api
- https://pub.dev/packages/cloud_firestore
- https://github.com/FirebaseExtended/flutterfire
- https://codelabs.developers.google.com/codelabs/flutter-firebase
- https://github.com/shrop/contenta_flutter