This is a simple social media app built with Flutter and SQLite for local database storage. The project serves as a learning material for using SQLite as a local database in Flutter applications.
- User registration and login
- Post creation with image upload
- Like and comment functionality on posts
- User profile with the ability to update profile picture and bio
- View and interact with other users' posts
- View list of followers and following users
- Flutter installed on your machine
- A code editor like Visual Studio Code or Android Studio
-
Clone the repository
git clone https://github.com/M-Julius/Sosm-App.git cd Sosm-App
-
Install dependencies
flutter pub get
-
Run the app
flutter run