Giter VIP home page Giter VIP logo

Comments (4)

raamcosta avatar raamcosta commented on May 12, 2024

Hmm I guess the problem here relates to the usage of DestinationsNavigator, correct?

This is an easy fix, all we need to do is add a method to the DestinationsNavigator interface that receives a Uri and implement it calling the corresponding method in the NavController.

In the meantime, you can simply take the NavController as a parameter to the Composable and that will also allow you to navigate with Uri.
So to be honest I'm torn as to whether or not to implement this method in DestinationsNavigator.
Because I'd like to keep this wrapper as thin as possible. I think for more "exotic" use cases where you really want to be navigating inside your app with deep links (this is the only use case to navigate with a Uri right?) maybe it is ok to depend directly on NavController?

What do you think?

from compose-destinations.

eric-ampire avatar eric-ampire commented on May 12, 2024

from compose-destinations.

raamcosta avatar raamcosta commented on May 12, 2024

Yes, both are valid as arguments to Destinations.
The wrapper is useful if you want to test or preview these Composables, but you can always just call an overload version of the Composable that only receives lambdas and state.

But you're right that this deserves a mention somewhere. I'll think about it. Thanks for the feedback 👍

from compose-destinations.

raamcosta avatar raamcosta commented on May 12, 2024

Updated wiki to mention this, so I'm closing this issue. Let me know if there is actually something else you'd want to see mentioned or fixed.

https://github.com/raamcosta/compose-destinations/wiki/Navigation#navigating

from compose-destinations.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.