Flutter Augmented Reality: Choosing the Right Plugin and Building Your First AR Experience
Build AR in Flutter with ARCore/ARKit. Compare plugins, set up iOS/Android, and ship a performant AR scene with code you can paste.
Build AR in Flutter with ARCore/ARKit. Compare plugins, set up iOS/Android, and ship a performant AR scene with code you can paste.
Build a Flutter audio player + recorder: record voice, play with seek, handle permissions, show levels, and share files using just_audio and record.
A practical guide to integrating Flutter with Supabase: setup, auth, database with RLS, realtime, storage, edge functions, and best practices.
Implement Face ID, Touch ID, and fingerprint in Flutter using local_auth 3.x, with Android/iOS setup, code, error handling, and secure storage.
Learn Freezed for Flutter: immutable data classes, unions, and JSON with build_runner. Step-by-step setup, examples, and troubleshooting.
Step-by-step Flutter CI CD with GitHub Actions: lint, test, build Android iOS, sign, cache, and release to stores. Ready-to-copy YAML included.