{"id":14957613,"url":"https://github.com/mubashir-19/flutter-blogging-app","last_synced_at":"2025-10-09T00:49:00.826Z","repository":{"id":209463420,"uuid":"723760143","full_name":"Mubashir-19/Flutter-Blogging-App","owner":"Mubashir-19","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-21T18:12:07.000Z","size":3647,"stargazers_count":56,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-24T03:59:43.372Z","etag":null,"topics":["android-ios-application","blogging","express-js","flutter-app","full-stack","webapp"],"latest_commit_sha":null,"homepage":"https://flutter-blogging-app.vercel.app","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mubashir-19.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-26T17:21:09.000Z","updated_at":"2024-09-04T23:23:29.000Z","dependencies_parsed_at":"2024-01-09T18:29:12.044Z","dependency_job_id":"be12ca69-835a-467d-a969-77d2427a4091","html_url":"https://github.com/Mubashir-19/Flutter-Blogging-App","commit_stats":null,"previous_names":["mubashir-19/social-media-application","mubashir-19/crypto-miner","mubashir-19/flutter-blogging-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mubashir-19%2FFlutter-Blogging-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mubashir-19%2FFlutter-Blogging-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mubashir-19%2FFlutter-Blogging-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mubashir-19%2FFlutter-Blogging-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mubashir-19","download_url":"https://codeload.github.com/Mubashir-19/Flutter-Blogging-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219867813,"owners_count":16554365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-ios-application","blogging","express-js","flutter-app","full-stack","webapp"],"created_at":"2024-09-24T13:15:14.452Z","updated_at":"2025-10-09T00:48:55.790Z","avatar_url":"https://github.com/Mubashir-19.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Table of Contents\n\n1. [Introduction](#1-introduction)\n    1. [Purpose](#11-purpose)\n    2. [Scope](#12-scope)\n2. [Problem Statement](#2-problem-statement)\n3. [Solution](#3-solution)\n4. [Functional Requirements](#4-functional-requirements)\n    1. [User Authentication](#41-user-authentication)\n    2. [Interest Selection](#42-interest-selection)\n    3. [Home Page](#43-home-page)\n    4. [Blog Creation](#44-blog-creation)\n    5. [Search Functionality](#45-search-functionality)\n    6. [Account Management](#46-account-management)\n5. [Non-Functional Requirements](#5-non-functional-requirements)\n    1. [Performance](#51-performance)\n    2. [Security](#52-security)\n    3. [Usability](#53-usability)\n6. [User Interface](#6-user-interface)\n    1. [Sign In/Sign Up Page](#61-sign-insign-up-page)\n    2. [Home Page](#62-home-page-ui)\n    3. [Blog Creation](#63-blog-creation-ui)\n    4. [Search Bar](#64-search-bar-ui)\n    5. [Account Section](#65-account-section-ui)\n7. [Testing](#7-testing)\n    1. [Unit Testing](#71-unit-testing)\n    2. [Integration Testing](#72-integration-testing)\n    3. [User Acceptance Testing](#73-user-acceptance-testing)\n8. [Future Enhancements](#8-future-enhancements)\n    1. [Social Sharing](#81-social-sharing)\n    2. [Notification System](#82-notification-system)\n\n## 1. Introduction \n\n### 1.1 Purpose\nThe purpose of the Blogging Application is to provide a platform for users to engage with and share technology-based content through blogs.\n\n### 1.2 Scope \nThe application will include features such as user authentication, personalized interest selection, blog creation, reading blogs, search functionality, and user account management.\n\n## 2. Problem Statement \nIn the absence of a dedicated platform, technology enthusiasts face challenges in sharing and discovering relevant content. Scattered sources and a lack of personalized recommendations hinder efficient knowledge exchange within the tech community.\n\n## 3. Solution\nThe proposed Blogging Application offers a user-friendly interface with personalized interest selection, efficient search functionality, and robust community building features. Content creators benefit from easy-to-use blog creation tools, while readers enjoy curated feeds based on their tech interests. The application addresses security concerns, ensures responsive design, and plans for scalability, creating a cohesive and scalable platform for tech enthusiasts to connect, share, and engage.\n\n## 4. Functional Requirements \n\n### 4.1 User Authentication\n- Users can sign up with a unique username and password.\n- Existing users can log in to their accounts.\n\n### 4.2 Interest Selection\n- Users can choose their technology-based interests during the onboarding process.\n\n### 4.3 Home Page\n- Display a curated feed of blogs based on the user's selected interests.\n- Users can read blogs from different authors.\n\n### 4.4 Blog Creation \n- Users can create and post their own blogs.\n- Include options for formatting, images, and tags.\n\n### 4.5 Search Functionality\n- Users can search for blogs based on keywords, authors, or topics.\n- Implement an efficient search algorithm.\n\n### 4.6 Account Management \n- Users can view and edit their profiles.\n- Track followers and following.\n- Rate and comment on blogs.\n\n## 5. Non-Functional Requirements \n\n### 5.1 Performance \n- The application should have low latency for loading blogs and search results.\n- Scalability to accommodate a growing user base.\n\n### 5.2 Security \n- Implement secure user authentication protocols.\n- Protect user data and ensure privacy.\n\n### 5.3 Usability \n- User-friendly interface with intuitive navigation.\n- Responsive design for various devices.\n\n## 6. User Interface\n\n### 6.1 Sign In/Sign Up Page\n- Clean and straightforward interface for user authentication.\n\n### 6.2 Home Page (UI)\n- Intuitive design showcasing blogs based on user interests.\n\n### 6.3 Blog Creation (UI)\n- User-friendly editor for composing and formatting blogs.\n\n### 6.4 Search Bar (UI)\n- Prominently placed search bar with advanced filtering options.\n\n### 6.5 Account Section (UI) \n- Easily accessible profile, followers, following, and blog rating information.\n\n## 7. Testing\n\n### 7.1 Unit Testing \n- Validate individual components and functions.\n\n### 7.2 Integration Testing\n- Ensure seamless interaction between different modules.\n\n### 7.3 User Acceptance Testing \n- Gather feedback from users to verify the application meets their expectations.\n\n## 8. Future Enhancements \n\n### 8.1 Social Sharing\n- Implement social media sharing features for blogs.\n\n### 8.2 Notification System\n- Notify users of new followers, comments, and relevant blog updates.\n\n- You can also see how my application works.\n- link: https://youtu.be/j7AymYZsMnY\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmubashir-19%2Fflutter-blogging-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmubashir-19%2Fflutter-blogging-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmubashir-19%2Fflutter-blogging-app/lists"}