Using ngrok to Test Local APIs on Physical Devices
Learning how to use ngrok to expose local backend APIs and test Flutter mobile apps on physical devices seamlessly without relying on localhost.
READ MORE
Performing Custom Authentication in Nakama with Clerk
See how I tackled custom authentication in Nakama with Clerkâallowing users to gain full control over auth.
Coffee & Code - Firestore Sorting & Toast Messages
Learn to sort Firestore data with Riverpod and display toast messages in Flutter using the Toastification package.
Coffee & Code - Automatic Build Triggering with Codemagic
Learn how to configure automatic build triggering with Codemagic CI/CD for Flutter projects. Streamline your deployment workflow.
Coffee & Code - Quote Keeper's Edit Quote UI Update
Enhancing Quote Keeper's edit quote UI with form validation and the ability to update quote text, isHidden, and isComplete flags.
Coffee & Code - Building Mario Animations with Flutter and Flame Engine
Building a Super Mario Bros. game in Flutter with Flame, adding walking, jumping, idle, and death animations driven by keyboard input.
Coffee & Code - Introducing Questionz Flutter App
Building Questionz, a Flutter app for asking loved ones three daily questions. Built with MongoDB, GraphQL, and Apollo Server.