{"id":20465865,"url":"https://github.com/naxmefy/simple-flutter-gh-page","last_synced_at":"2026-04-21T04:03:47.785Z","repository":{"id":74210883,"uuid":"531570491","full_name":"naxmefy/simple-flutter-gh-page","owner":"naxmefy","description":"Simple Flutter app deployed on GitHub Pages","archived":false,"fork":false,"pushed_at":"2022-09-01T16:10:31.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-05T12:32:31.237Z","etag":null,"topics":["flutter","gh-pages","web"],"latest_commit_sha":null,"homepage":"https://nax.me/simple-flutter-gh-page/","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/naxmefy.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}},"created_at":"2022-09-01T15:07:10.000Z","updated_at":"2022-09-01T15:47:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"76e3d8ce-7baa-4d01-8941-42bfc6cf0649","html_url":"https://github.com/naxmefy/simple-flutter-gh-page","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/naxmefy/simple-flutter-gh-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naxmefy%2Fsimple-flutter-gh-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naxmefy%2Fsimple-flutter-gh-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naxmefy%2Fsimple-flutter-gh-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naxmefy%2Fsimple-flutter-gh-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naxmefy","download_url":"https://codeload.github.com/naxmefy/simple-flutter-gh-page/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naxmefy%2Fsimple-flutter-gh-page/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32076295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["flutter","gh-pages","web"],"created_at":"2024-11-15T13:20:14.326Z","updated_at":"2026-04-21T04:03:47.770Z","avatar_url":"https://github.com/naxmefy.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simpleflutterghpage\n\n## 1. Create a flutter app\n\n```bash\nflutter create my-app\n```\n\n## 2. Add [flutter_web_plugins](https://api.flutter.dev/flutter/flutter_web_plugins/flutter_web_plugins-library.html) \n\nAdd the following to your dependencies in `pubspec.yaml`.\n\n```yaml\n  flutter_web_plugins:\n    sdk: flutter\n```\n\n## 3. Activate [usePathUrlStrategy](https://api.flutter.dev/flutter/flutter_web_plugins/usePathUrlStrategy.html) \n\nAs explained at https://docs.flutter.dev/development/ui/navigation/url-strategies.\n\nAdd flutter_web_plugins import.\n\n```dart\nimport 'package:flutter_web_plugins/url_strategy.dart';\n```\n\nAdd [usePathUrlStrategy](https://api.flutter.dev/flutter/flutter_web_plugins/usePathUrlStrategy.html) before `runApp`.\n\n```dart\nvoid main() {\n  usePathUrlStrategy();\n  runApp(const MyApp());\n}\n```\n\n## 4. Add a GitHub Actions workflow to build and deploy to GitHub Pages \n\nCheckout the one of this repo ([pages workflow](https://github.com/naxmefy/simple-flutter-gh-page/blob/2b1b2b693fedeaa36fb84398590651a4d2a5d8c1/.github/workflows/pages.yml)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaxmefy%2Fsimple-flutter-gh-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaxmefy%2Fsimple-flutter-gh-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaxmefy%2Fsimple-flutter-gh-page/lists"}