{"id":18894526,"url":"https://github.com/developerpaul123/feline-facts","last_synced_at":"2025-10-04T11:57:47.050Z","repository":{"id":86011434,"uuid":"257134067","full_name":"DeveloperPaul123/feline-facts","owner":"DeveloperPaul123","description":"Simple flutter app that shows cat facts.","archived":false,"fork":false,"pushed_at":"2025-04-30T17:44:24.000Z","size":454,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-31T16:47:13.319Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DeveloperPaul123.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-04-20T00:46:20.000Z","updated_at":"2025-04-30T17:44:28.000Z","dependencies_parsed_at":"2025-04-30T18:42:38.375Z","dependency_job_id":"690524b1-a24e-4a8e-b267-10a466f01df8","html_url":"https://github.com/DeveloperPaul123/feline-facts","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/DeveloperPaul123/feline-facts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperPaul123%2Ffeline-facts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperPaul123%2Ffeline-facts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperPaul123%2Ffeline-facts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperPaul123%2Ffeline-facts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeveloperPaul123","download_url":"https://codeload.github.com/DeveloperPaul123/feline-facts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperPaul123%2Ffeline-facts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278308622,"owners_count":25965654,"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-04T02:00:05.491Z","response_time":63,"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":[],"created_at":"2024-11-08T08:22:48.292Z","updated_at":"2025-10-04T11:57:47.035Z","avatar_url":"https://github.com/DeveloperPaul123.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \n  \u003cimg src=\"images/cat.png\" alt=\"logo\" width=200/\u003e\n  \n  \u003cbr\u003e\n  \u003cbr\u003e\n  \n  \u003ca href=\"https://www.apache.org/licenses/LICENSE-2.0.html\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-Apache 2.0-blue\" alt=\"License Apache 2.0\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://github.com/DeveloperPaul123/feline-facts/stargazers\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Neat%20-👍-1EAEDB.svg\" alt=\"Neat\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://img.shields.io/discord/652515194572111872\"\u003e\n    \u003cimg alt=\"Discord\" src=\"https://img.shields.io/discord/652515194572111872\"\u003e\n  \u003c/a\u003e\n\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\nfeline-facts\n\u003c/h1\u003e\n\nFeline Facts is a simple Flutter app that shows facts about cats. This project is my first Flutter application. It pulls data from the [cat facts API](https://catfact.ninja) and displays each fact one by one in a simple way. It was constructed while following [this](https://www.youtube.com/watch?v=KjE2IDphA_U\u0026list=PLB6lc7nQ1n4iYGE_khpXRdJkJEp9WOech) tutorial by ResoCoder.\n\nThis app attemps to use clean architecture and the `BLoC` pattern with local caching of API data using an SQLite database. Note that this app has only been tested on Android.\n\n## Screenshots\n\n| Android | Windows\n|:---:| :---: |\n|\u003cimg src=\"images/screenshots/screen1.png\" width=400/\u003e| \u003cimg src=\"images/screenshots/windows.png\" width=400/\u003e |\n\n## Technology Used\n\n`Feline Facts` depends on open source software:\n\n* Flutter SDK\n* [get_it](https://pub.dev/packages/get_it)\n* [sqflite](https://pub.dev/packages/sqflite)\n* [flutter_bloc](https://pub.dev/packages/flutter_bloc)\n* [equatable](https://pub.dev/packages/equatable)\n* [dartz](https://pub.dev/packages/dartz)\n* [data_connection_checker](https://pub.dev/packages/data_connection_checker)\n* [http](https://pub.dev/packages/http)\n* [flutter_launcher_icons](https://pub.dev/packages/flutter_launcher_icons)\n\n## License\n\nThe project is licensed under the Apache License Version 2.0. See [LICENSE](LICENSE) for more details.\n\n## Author\n\n| [\u003cimg src=\"https://avatars0.githubusercontent.com/u/6591180?s=460\u0026v=4\" width=\"100\"\u003e\u003cbr\u003e\u003csub\u003e@DeveloperPaul123\u003c/sub\u003e](https://github.com/DeveloperPaul123) |\n|:----:|\n\n## Credits\n\nCat icon made by [surang](https://www.flaticon.com/authors/surang) from \u003ca href=\"https://www.flaticon.com/\" title=\"Flaticon\"\u003e www.flaticon.com\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperpaul123%2Ffeline-facts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloperpaul123%2Ffeline-facts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperpaul123%2Ffeline-facts/lists"}