Vynt is a dynamic social media application centered around music, allowing users to share their favorite tracks, discover new artists, and connect with fellow music enthusiasts. Built with Flutter, Vynt provides a seamless and engaging experience for music lovers.
- User Profiles: Create and customize profiles showcasing your music tastes.
- Music Sharing: Share your favorite tracks and albums with your followers.
- Discover Music: Explore trending songs, playlists, and discover new artists.
- Engagement: Like, comment, and interact with posts from other users.
- Notifications: Stay updated with real-time notifications for likes and comments.
- Firebase Integration: Secure user authentication and data storage.
- Flutter SDK (version 3.24.4)
- Dart SDK
- Node.js
- Firebase CLI
- Android SDK
- Xcode (for iOS development)
- An IDE (like Android Studio or Visual Studio Code)
- Clone the repository:
git clone https://github.com/yourusername/vynt.git
- Navigate to the project directory:
cd vynt - Install the required dependencies:
flutter pub get
- Install Firebase CLI:
npm install -g firebase-tools
- Login to Firebase:
firebase login
- Run the application:
flutter run
- Build the application for Android:
To build the APK you must modify the android/gradle.properties file and modify the following line:
org.gradle.java.home=YOUR_JAVA_HOME
Then you can build it for android.
Copyright (C) Vynt - All Rights Reserved
This source code is protected under international copyright law. All rights are reserved by the copyright holders.
This file is confidential and intended only for authorized individuals who have received explicit permission from the copyright holders.
If you have found this file and do not possess the appropriate permissions, please contact the copyright holders immediately and delete this file from your system.