{"id":21486117,"url":"https://github.com/felipecastrosales/xlo","last_synced_at":"2025-10-13T13:41:30.072Z","repository":{"id":50042699,"uuid":"335797156","full_name":"felipecastrosales/xlo","owner":"felipecastrosales","description":"XLO Clone - Project","archived":false,"fork":false,"pushed_at":"2021-08-05T02:42:02.000Z","size":207,"stargazers_count":7,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T23:37:10.012Z","etag":null,"topics":["clone","clone-app","danielciolfi","dart","flutter","flutter-app","flutter-apps","flutter-clone","flutter-demo","flutter-examples","flutter-parse","flutter-ui","fluttter","olx","olx-app","olx-clone","parse","parse-server"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felipecastrosales.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-04T00:49:32.000Z","updated_at":"2023-01-31T18:43:26.000Z","dependencies_parsed_at":"2022-08-29T17:20:19.887Z","dependency_job_id":null,"html_url":"https://github.com/felipecastrosales/xlo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/felipecastrosales/xlo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fxlo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fxlo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fxlo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fxlo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipecastrosales","download_url":"https://codeload.github.com/felipecastrosales/xlo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecastrosales%2Fxlo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015352,"owners_count":26085684,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["clone","clone-app","danielciolfi","dart","flutter","flutter-app","flutter-apps","flutter-clone","flutter-demo","flutter-examples","flutter-parse","flutter-ui","fluttter","olx","olx-app","olx-clone","parse","parse-server"],"created_at":"2024-11-23T13:19:07.248Z","updated_at":"2025-10-13T13:41:30.051Z","avatar_url":"https://github.com/felipecastrosales.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"   \u003e \u003ch4 align=\"center\"\u003e⚠️\u003cbr\u003e\u003cbr\u003e This project has been discontinued. But maybe soon I'll do some updates and post the preconfigured project 🙃❤\u003c/h4\u003e\n\n---\n\n\u003ch1 align=\"center\"\u003eXLO\u003c/h1\u003e\n\n\u003ch2 align=\"center\"\u003eTopics 📋\u003c/h2\u003e\n\n   \u003cp\u003e\n   \n   - [About 📖](#about-)\n   - [Preview 📱](#preview-)\n   - [Challenges and Learnings along the way 🤯](#challenges-and-learnings-along-the-way-)\n   - [How to Use 🤔](#how-to-use-)\n   - [How to Contribute 💪](#how-to-contribute-)\n   - [License 📝](#license-)\n\n   \u003c/p\u003e\n\n---\n\n\u003ch2 align=\"center\"\u003eAbout 📖\u003c/h2\u003e\n   \n\u003cp align=\"center\"\u003e\n\n\u003c/p\u003e\n\n---\n\n\u003ch2 align=\"center\"\u003ePreview 📱\u003c/h2\u003e\n\n   \u003cp align=\"center\"\u003e\n\n   \u003c/p\u003e\n\n---\n\n\u003ch2 align=\"center\"\u003eChallenges and Learnings along the way 🤯\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n   \n\u003c/p\u003e\n---\n\n\u003ch2 align=\"center\"\u003eHow to Use 🤔\u003c/h2\u003e\n\n   ```\n   First of all, correctly configure the Flutter development environment on your machine, see https://flutter.dev/docs/get-started/install\n   \n   - Clone this repository:\n   $ git clone https://github.com/felipecastrosales/xlo xlo\n\n   - Enter in directory:\n   $ cd xlo\n\n   - For install dependencies:\n   $ flutter pub get\n\n   - Run the app: \n   $ flutter run\n   ```\n\n---\n\n\u003ch2 align=\"center\"\u003eHow to Contribute 💪\u003c/h2\u003e\n\n   ```\n   - Fork the project \n\n   - Create a new branch with your changes:\n   $ git checkout -b my-feature\n\n   - Save your changes and create a commit message telling you what you did:\n   $ git commit -m \"feature: My new feature\"\n\n   - Submit your changes:\n   $ git push origin my-feature\n   ```\n\n---\n\n\u003ch2 align=\"center\"\u003eLicense 📝\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n   This repository is under MIT license. You can see the \u003ca href=\"https://github.com/felipecastrosales/xlo/blob/master/LICENSE\"\u003eLICENSE\u003c/a\u003e file for more details. 😉\n\u003c/p\u003e\n\n   ---\n\n   \u003eThis project was developed with ❤️ by **[@Felipe Sales](https://www.linkedin.com/in/felipecastrosales/)**, with the instructor **[Daniel Ciolfi](https://linkedin.com/in/danielciolfi)**, in the course  **[\"Creating Android and iOS Apps with Flutter - Create 16 Apps\"](https://www.udemy.com/course/curso-completo-flutter-app-android-ios)** on **[Udemy](https://www.udemy.com/)**.\u003cbr\u003e\n   If it helped you, give ⭐, contribute, it will help me too 😉\n\n---\n\n   \u003cdiv align=\"center\"\u003e\n\n   [![Linkedin Badge](https://img.shields.io/badge/-Felipe%20Sales-292929?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\u0026link=https://www.linkedin.com/in/felipecastrosales/)](https://www.linkedin.com/in/felipecastrosales/)\n\n   \u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecastrosales%2Fxlo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipecastrosales%2Fxlo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecastrosales%2Fxlo/lists"}