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
Coffee & Code - Building a Custom Dart API Using the Shelf Package
Tired of Firebase's limitations, I built my own REST API for Camp Central using Dart's Shelf package — more flexibility, same ecosystem.