{"id":17595352,"url":"https://github.com/anasfik/medium_app_clone","last_synced_at":"2025-07-20T12:05:52.187Z","repository":{"id":59839378,"uuid":"536442224","full_name":"anasfik/medium_app_clone","owner":"anasfik","description":"a clone app for medium's mobile app using flutter","archived":false,"fork":false,"pushed_at":"2022-09-25T18:45:13.000Z","size":2674,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-19T00:26:52.890Z","etag":null,"topics":["advanced-programming","app","dart","dartlang","flutter","flutter-app","getx","medium-clone"],"latest_commit_sha":null,"homepage":"","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/anasfik.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}},"created_at":"2022-09-14T06:26:05.000Z","updated_at":"2024-06-25T07:43:39.000Z","dependencies_parsed_at":"2023-01-18T22:15:45.468Z","dependency_job_id":null,"html_url":"https://github.com/anasfik/medium_app_clone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anasfik/medium_app_clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasfik%2Fmedium_app_clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasfik%2Fmedium_app_clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasfik%2Fmedium_app_clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasfik%2Fmedium_app_clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anasfik","download_url":"https://codeload.github.com/anasfik/medium_app_clone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anasfik%2Fmedium_app_clone/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266120304,"owners_count":23879293,"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":["advanced-programming","app","dart","dartlang","flutter","flutter-app","getx","medium-clone"],"created_at":"2024-10-22T07:54:47.525Z","updated_at":"2025-07-20T12:05:52.165Z","avatar_url":"https://github.com/anasfik.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Medium App Clone\n\n\u003cimg src=\"/docs_assets/medium_logo.png\" alt=\"medium_logo\" width=\"150\"/\u003e\n\nMedium app clpne developped with Dart/Flutter framework, getx for state management, used dummy data to showcase (for now at least) \n\n# 📱Screen shots\n\u003cp align=\"left\"\"\u003e\n\n\u003cimg src=\"/docs_assets/screenshots/flutter_01.png\" alt=\"screenshot\" width=\"250\"/\u003e\n\u003cimg src=\"/docs_assets/screenshots/flutter_02.png\" alt=\"screenshot\" width=\"250\"/\u003e\n\u003cimg src=\"/docs_assets/screenshots/flutter_03.png\" alt=\"screenshot\" width=\"250\"/\u003e\n\u003cimg src=\"/docs_assets/screenshots/flutter_04.png\" alt=\"screenshot\" width=\"250\"/\u003e\n\u003c/p\u003e\n\n# 📝 Tasks\n\n- [x] Bottom navigation bar\n- [ ] Home page\n  - [x] Header\n    - [x] Page title\n    - [x] icon\n  - [x] Tab bar with `TabModel()`\n    - [x] Fixed / Sticky tab bar on scroll with possibility to navigate\n      - [ ] Fixed only on down scroll, while on top's will display the header again\n    - [x] Gradient effect on corners\n    - [ ] Plus icon will show different view than other tag\n  - [x] Divider\n  - [x] Floating action button\n  - [x] Articles tab bar view\n    - [ ] Shimmer loading effect\n    - [ ] Lazy articles loading\n  - [x] Articles card from `ArticleModel()`\n    - [x] Author informations (profile, image, author)\n    - [x] Main informations (title, article image)\n      - [ ] Community name if it exists for article\n    - [x] Dynamic date of publish, date of last read\n    - [x] Action Icons with their enum\n      - [ ] add article to bookmark\n      - [ ] Remove article from view action\n      - [ ] Pop up menu actions\n  - [x] Articles card for '**For you**' tag only\n    - [x] With tag chips\n    - [x] With reason to show as **'based on history '**, **'you might like'**...\n  - [x] Articles card for other tags\n    - [x] Based on **'For you'** article card\n  - [x] Circular refresh indicator on swipe\n- [x] Search page\n  - [x] Header inherited fom home page's\n  - [x] Search Bar\n  - [x] Tags chips scroll view\n    - [x] Chip inherited from home's article cards\n    - [x] Able to react `on(Tap , PanDown , PanCancel , PanEnd)`\n  - [x] Trending subtitle\n  - [x] Trending card articles\n    - [x] Dynamic enumerations for articles\n    - [x] Author informations inherited from home's article card\n    - [x] Main informations inherited from home's article card\n    - [x] Date informations inherited from home's article card\n    - [ ] shimmer effect\n  - [x] Highlights from all corners scroll view\n    - [x] Title / Subtitle\n    - [x] Highlight card from `HighlightModel()`\n      - [x] Header image\n      - [x] Title\n      - [x] Corner / Community\n  - [ ] People to follow\n    - [ ] Profile image\n    - [ ] Author\n    - [ ] Bio\n    - [ ] Follow button\n- [ ] Bookmarks page\n- [ ] User profile page\n- [ ] Add article page\n- [ ] Choose tags page\n- [ ] notification page\n- [ ] Complete reading over context notification\n\n\n\n\n\n# 📈 Usage\nFirst, make sure you have at least `Flutter v3.3` and `Dart v2.16.0`\nThen run this in the Cmd (Command line)\n\n```\ngit clone https://github.com/anasfik/medium_app_clone.git\ncd medium_app_clone\nflutter get packages\nflutter run\n```\n# ✏️ Contribute\nYou can be a part of this project by contributing / helping in this project\nevery type of contribution are welcome in this project from : \n - Using the app and declaring issues, bugs, features \n - Correcting spells and bad code syntax\n - Making things reactive like hover / tap effects, search bar reacts\n - Refactoring code\n - Add more widgets, screens if you can\n - Doing missing tasks on the tasks list\n - Writing a feature\n - Changing the icons to a lighter one, cause ``Icon`` in flutter aren't light (you can use svg, or a library) \n - Linking to a real api ( I know this is my job and I will do it inchallah )\n - Or pretty everything else :)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanasfik%2Fmedium_app_clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanasfik%2Fmedium_app_clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanasfik%2Fmedium_app_clone/lists"}