Welcome to MemeFlix, a fun and lightweight cross-platform mobile app that fetches and displays random memes using an open Meme API. Built with Flutter, it supports both Android and iOS.
- 🖼️ Random meme display from public API
- 🔁 Swipe down to refresh with new memes
- 🌐 HTTP API integration using
httppackage - 📱 Fully cross-platform (Android & iOS)
- ✨ Clean UI and beginner-friendly code structure
Tanvir ahmed (chy)
🎬 Click to Watch the App in Action
git clone https://github.com/tanvir-chy-ahmed/memeflix-crossplatform.git
cd memeflix-crossplatform
flutter pub get
flutter runUsing:
https://api.imgflip.com/get_memesThis API returns random memes from Reddit in JSON format.
This project helped practice:
- API calls in Flutter
- JSON decoding
- State management using
setState - UI layout & async loading indicators
Pull requests are welcome!
If you'd like to improve UI/UX, add dark mode, or support more APIs—feel free to fork and enhance.
This project is licensed under the MIT License. See the LICENSE file for more details.
Tanvir Ahmed chowdhury
📧 Email: tanvirchy269@gmail.com
🌐 GitHub: @tanvir-chy-ahmed

