{"id":32271040,"url":"https://github.com/peterzagoranski/flutter_router","last_synced_at":"2026-02-19T09:33:31.089Z","repository":{"id":52434953,"uuid":"158526036","full_name":"peterzagoranski/flutter_router","owner":"peterzagoranski","description":"Flutter routing library that adds flexible routing options like parameters and clear route definitions.","archived":false,"fork":false,"pushed_at":"2023-10-10T09:54:24.000Z","size":15,"stargazers_count":30,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T22:45:45.322Z","etag":null,"topics":["flutter","flutter-router","flutter-routing","parameters","router"],"latest_commit_sha":null,"homepage":"https://pub.dartlang.org/packages/flutter_router","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/peterzagoranski.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-11-21T09:49:07.000Z","updated_at":"2023-10-10T09:42:07.000Z","dependencies_parsed_at":"2022-08-28T21:11:40.965Z","dependency_job_id":null,"html_url":"https://github.com/peterzagoranski/flutter_router","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/peterzagoranski/flutter_router","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterzagoranski%2Fflutter_router","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterzagoranski%2Fflutter_router/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterzagoranski%2Fflutter_router/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterzagoranski%2Fflutter_router/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterzagoranski","download_url":"https://codeload.github.com/peterzagoranski/flutter_router/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterzagoranski%2Fflutter_router/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29609524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","flutter-router","flutter-routing","parameters","router"],"created_at":"2025-10-22T22:45:18.824Z","updated_at":"2026-02-19T09:33:31.084Z","avatar_url":"https://github.com/peterzagoranski.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter Router\n[![pub package](https://img.shields.io/pub/v/flutter_router.svg)](https://pub.dartlang.org/packages/flutter_router)\n\nFlutter routing library that adds flexible routing options like parameters and clear route definitions.\n\n## Usage\nTo use this plugin, add `flutter_router` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).\n\n## Usage\n``` dart\n// Import package\nimport 'package:flutter_router/flutter_router.dart';\n```\n\n``` dart\nrunApp(MaterialApp(\n  onGenerateRoute: Router({\n    '/accounts/{id}': (context, match) =\u003e Account(id: match.parameters['id'),\n    '/': (context, match) =\u003e Index(),\n  }).get,\n));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterzagoranski%2Fflutter_router","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterzagoranski%2Fflutter_router","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterzagoranski%2Fflutter_router/lists"}