GithubHelp home page GithubHelp logo

Comments (12)

dipak-pd avatar dipak-pd commented on June 22, 2024 1

I don't understand what's wrong with this package, I can't even navigate to any nested route.

Configuration


@AutoRouterConfig(replaceInRouteName: 'Screen,Route')
class AppRouter extends $AppRouter {
  @override
  List<AutoRoute> get routes => <AutoRoute>[
        AutoRoute(
            page: Dashboard.page,
            path: '/dashboard',
            initial: true,
            children: [AutoRoute(page: ProjectRoute.page, path: 'project')])
      ];
}

Not able to navigate either push or pushNamed

context.router.push(ProjectRoute());

context.router.pushNamed('/dashboard/project');

Every time it's navigating to dashboard.

from auto_route_library.

abhi259 avatar abhi259 commented on June 22, 2024

Facing this same issue

from auto_route_library.

ghanasyam-n avatar ghanasyam-n commented on June 22, 2024

I am also facing similar issue with AutoRoute.before it was working fine.

from auto_route_library.

minkesh-pidilite avatar minkesh-pidilite commented on June 22, 2024

Facing the same issue, stuck for 2 days because of this. Please help.

from auto_route_library.

dipak-pd avatar dipak-pd commented on June 22, 2024

#1958 is similar issue

from auto_route_library.

uvais-codes avatar uvais-codes commented on June 22, 2024

Same issue here.

from auto_route_library.

Mik77o avatar Mik77o commented on June 22, 2024

Nested navigation seems to be broken to some extent. When I use the tabbar and try to push further, it just doesn't work (latest Flutter, latest version of auto_route, Flutter web).

from auto_route_library.

Mik77o avatar Mik77o commented on June 22, 2024

@dipak-pd I fixed issues with nested navigation when I used AutoRouter(). You can read about this in docs for this package (nested navigation section).

from auto_route_library.

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.