{"id":22358206,"url":"https://github.com/anirac-tech/gordon-ferguson-app","last_synced_at":"2025-08-26T02:07:32.291Z","repository":{"id":265758943,"uuid":"892344484","full_name":"anirac-tech/gordon-ferguson-app","owner":"anirac-tech","description":"A mobile-friendly version of the Gordon Ferguson Ministry website, built in Flutter","archived":false,"fork":false,"pushed_at":"2025-04-24T05:01:06.000Z","size":14662,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-04T18:26:09.822Z","etag":null,"topics":["christianity","dio","drift","flutter","freezed","retrofit","riverpod","very-good-cli","wordpress"],"latest_commit_sha":null,"homepage":"https://gordonferguson.org","language":"JavaScript","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/anirac-tech.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":"2024-11-21T23:57:35.000Z","updated_at":"2025-04-23T04:54:32.000Z","dependencies_parsed_at":"2024-11-30T20:30:04.250Z","dependency_job_id":"5eaecf5c-c443-4c61-bf81-72872d55c906","html_url":"https://github.com/anirac-tech/gordon-ferguson-app","commit_stats":null,"previous_names":["anirac-tech/gordon-ferguson-app"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/anirac-tech/gordon-ferguson-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anirac-tech%2Fgordon-ferguson-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anirac-tech%2Fgordon-ferguson-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anirac-tech%2Fgordon-ferguson-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anirac-tech%2Fgordon-ferguson-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anirac-tech","download_url":"https://codeload.github.com/anirac-tech/gordon-ferguson-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anirac-tech%2Fgordon-ferguson-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272160241,"owners_count":24883779,"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-08-26T02:00:07.904Z","response_time":60,"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":["christianity","dio","drift","flutter","freezed","retrofit","riverpod","very-good-cli","wordpress"],"created_at":"2024-12-04T14:56:04.585Z","updated_at":"2025-08-26T02:07:32.262Z","avatar_url":"https://github.com/anirac-tech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gordon Ferguson Teachings\n\n![coverage][coverage_badge]\n[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]\n[![License: MIT][license_badge]][license_link]\n\nGenerated by the [Very Good CLI][very_good_cli_link] 🤖\n\nMobile-friendly front end flutter app for Gordon's Main website!\n\nLinks: \n[App Store](https://apps.apple.com/us/app/gordon-ferguson-ministry/id1491629986)\n[Google Play Store](https://play.google.com/store/apps/details?id=gordonferguson.org.gordon_ferguson_teachings_app)\n\n\u003cp float=\"left\"\u003e\n  \u003cimg src=\"/screenshots/android_posts_view.png\" width=\"32%\" /\u003e\n  \u003cimg src=\"/screenshots/android_post_detail_view.png\" width=\"32%\" /\u003e \n  \u003cimg src=\"/screenshots/android_about_view.png\" width=\"32%\" /\u003e\n\u003c/p\u003e\n\n---\n\n## Getting Started With Your Own Blog 🚀\n\nEdit *SETUP.dart* in the `lib/` folder to set your desired blog URL and title.\nThen run:\n`dart run build_runner build -d`\n\nRun the app to see your new paginated blog!\n\n### Flavors\n\nThis project contains 3 flavors:\n\n- development\n- staging\n- production\n\nTo run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:\n\n```sh\n# Development\n$ flutter run --flavor development --target lib/main_development.dart\n\n# Staging\n$ flutter run --flavor staging --target lib/main_staging.dart\n\n# Production\n$ flutter run --flavor production --target lib/main_production.dart\n```\n\n_\\*Gordon Ferguson Teaching works on iOS, Android, Web, and Windows._\n\n---\n\n## Running Tests 🧪\n\nTo run all unit and widget tests use the following command:\n\n```sh\n$ flutter test --coverage --test-randomize-ordering-seed random\n```\n\nTo view the generated coverage report you can use [lcov](https://github.com/linux-test-project/lcov).\n\n```sh\n# Generate Coverage Report\n$ genhtml coverage/lcov.info -o coverage/\n\n# Open Coverage Report\n$ open coverage/index.html\n```\n\n---\n\n\n[coverage_badge]: coverage_badge.svg\n[flutter_localizations_link]: https://api.flutter.dev/flutter/flutter_localizations/flutter_localizations-library.html\n[internationalization_link]: https://flutter.dev/docs/development/accessibility-and-localization/internationalization\n[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg\n[license_link]: https://opensource.org/licenses/MIT\n[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg\n[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis\n[very_good_cli_link]: https://github.com/VeryGoodOpenSource/very_good_cli\nThis project is tested with BrowserStack\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanirac-tech%2Fgordon-ferguson-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanirac-tech%2Fgordon-ferguson-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanirac-tech%2Fgordon-ferguson-app/lists"}