Loczy is a location-based social media app. It is open source and under development.
Run the following command to fetch Flutter dependencies:
flutter pub getIf using Firebase, add your google-services.json file in android/app/ (for Android) and GoogleService-Info.plist in ios/Runner/.
Use the following command to launch the app on a connected device:
flutter run- 📍 Location-Based Posts – Users can share posts based on their current location.
- 💬 Comments & Likes – Engage with posts by commenting and liking them.
- 🔔 Real-Time Notifications – Get instant updates on interactions.
- 🔍 Explore Nearby Content – Discover trending posts in your area.
- 🛠️ Built with Flutter – Ensuring a fast and seamless UI/UX experience.
- Framework: Flutter
- Backend: Custom API (Node.js, PHP, or Firebase)
- Database: MS SQL Server
- Authentication: Firebase Auth / Custom Auth
This project is open-source and available under the MIT License. Feel free to contribute!
We welcome contributions! To contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch) - Make your changes and commit (
git commit -m "Added new feature") - Push to the branch (
git push origin feature-branch) - Open a Pull Request
If you have any questions or suggestions, feel free to open an issue or contact me directly.