{"id":15294687,"url":"https://github.com/jeziellago/flownav","last_synced_at":"2025-04-14T10:22:59.508Z","repository":{"id":57737100,"uuid":"222822916","full_name":"jeziellago/FlowNav","owner":"jeziellago","description":"Annotation processor that provides better navigation on android multi-modules projects 🛳.","archived":false,"fork":false,"pushed_at":"2021-06-24T12:07:45.000Z","size":317,"stargazers_count":134,"open_issues_count":2,"forks_count":11,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-27T23:41:43.502Z","etag":null,"topics":["android","annotation-processor","fragments","kotlin","navigation","navigation-component"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/jeziellago.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-20T01:19:25.000Z","updated_at":"2024-08-12T05:00:51.000Z","dependencies_parsed_at":"2022-08-24T14:57:21.051Z","dependency_job_id":null,"html_url":"https://github.com/jeziellago/FlowNav","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeziellago%2FFlowNav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeziellago%2FFlowNav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeziellago%2FFlowNav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeziellago%2FFlowNav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeziellago","download_url":"https://codeload.github.com/jeziellago/FlowNav/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248860323,"owners_count":21173407,"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","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":["android","annotation-processor","fragments","kotlin","navigation","navigation-component"],"created_at":"2024-09-30T17:06:00.988Z","updated_at":"2025-04-14T10:22:59.481Z","avatar_url":"https://github.com/jeziellago.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FlowNav \u0026nbsp;\u0026nbsp; [![](https://androidweekly.net/issues/issue-397/badge)](https://androidweekly.net/issues/issue-397) ![](https://github.com/jeziellago/FlowNav/workflows/CI/badge.svg?branch=master) [![Maven Central](https://img.shields.io/maven-central/v/dev.jeziellago/flownav-annotation.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22dev.jeziellago%22%20AND%20a:%22flownav-annotation%22)\n\nFlowNav is a mobile library for Android that helps and provider a better way to make multi-modules navigation.\n\n\u003eThe main purpose of this library is to help in cases where you have a project with multiple modules and need to navigate from one feature to another without adding dependency between them. For example, to navigate from module A to module B, you do not need to add module B as a dependency of module A.\n\u003e\n\u003eThere are other ways to solve the problem of module-to-module navigation such as using Intent-filter (which is error-prone and not support fragments). FlowNav solves these problems, either using Activities, native Fragments, or through the Navigation Component.\n\u003e\n\u003e**Check the [wiki](https://github.com/jeziellago/FlowNav/wiki).**\n\n![](https://github.com/jeziellago/FlowNav/blob/master/sample/flownav.png)\n\n#### Processor\n\n```groovy\ndependencies {\n\n    kapt \"dev.jeziellago:flownav-processor:$VERSION\"\n}\n```\n\n#### Annotation\n\n```groovy\ndependencies {\n\n    implementation \"dev.jeziellago:flownav-annotation:$VERSION\"\n}\n```\n\n#### Router\n\n```groovy\ndependencies {\n\n    api \"dev.jeziellago:flownav-router:$VERSION\"\n}\n```\n\n\u003e**`Router` dependency is imported only on the `navigation module`**.\n\u003e\n\u003e**All other modules will import the `Processor` and `Annotation` dependencies**\n\n## Start Now!\n* [Import dependencies](https://github.com/jeziellago/FlowNav/wiki/Setup-Dependencies)\n* [Init FlowNavApp on Application](https://github.com/jeziellago/FlowNav/wiki/Start-FlowNav)\n* [Navigation on Activities](https://github.com/jeziellago/FlowNav/wiki/Navigation-on-Activities)\n* [Navigation on Fragments](https://github.com/jeziellago/FlowNav/wiki/Navigation-on-Fragments)\n* [Fragments using Navigation Component](https://github.com/jeziellago/FlowNav/wiki/Fragments-using-Navigation-Component)\n\n\n## LICENSE\n\nThis project is available under Apache Public License version 2.0. See [LICENSE](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeziellago%2Fflownav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeziellago%2Fflownav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeziellago%2Fflownav/lists"}