
A step-by-step tutorial showing how to implement deep links in Flutter using GoRouter, including the native Android and iOS platform setup. https://codewithandrea.com/articles/flutter-deep-links/

Find out when to use one-time reads and when to switch to realtime updates in Flutter development for optimal app performance and user experience. https://codewithandrea.com/articles/realtime-updates-vs-one-time-reads-flutter/

This month in Flutter - 3.16 release, Wasm support updates, 2D scrolling, state restoration, and the latest from Code with Andrea. https://codewithandrea.com/newsletter/november-2023/

A helpful guide for your next Flutter app, providing insights from UX flows selection to GitHub boards and processes for efficient execution. https://codewithandrea.com/articles/steps-to-follow-your-next-flutter-app/

A roundup of the latest Flutter news, including: Generative art with Flutter & Firebase, Firebase AI extensions, and the new Firestore Backups feature. https://codewithandrea.com/newsletter/october-2023/

An introduction to webhooks for Flutter developers, showing how to create, register, and secure a Stripe webhook using Firebase Cloud Functions. https://codewithandrea.com/articles/webhooks-flutter-backend/

An overview of all the Flutter news and videos from the community, and all the latest articles on Code with Andrea. https://codewithandrea.com/newsletter/september-2023/

When building mobile apps, we often need to fetch and mutate data. This article explains how to do it effectively using my reference Riverpod architecture. https://codewithandrea.com/articles/data-mutations-riverpod/

A step-by-step guide showing how to store API keys with the Google Secrets Manager, and access them securely inside 2nd-Gen Cloud Functions. https://codewithandrea.com/articles/api-keys-2ndgen-cloud-functions-firebase/

Comparing my Riverpod App Architecture with other popular ones such as MVC, MVVM, Bloc, Stacked, Clean Architecture, and Android App Architecture. https://codewithandrea.com/articles/comparison-flutter-app-architectures/