FLUTTER ECOSYSTEM

qlevar_router

A router that helps you to manage your project routes. Create nested routes. navigation without context between your pages.

Latest version
1.12.4
30-day downloads
1.5K
Likes
163
Pub points
160

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

qlevar_router is a Flutter routing package designed to simplify route management in Flutter applications. It enables developers to create nested routes and navigate between pages without requiring context, making navigation more flexible and efficient. Ideal for complex app structures, it supports all major platforms including Android, iOS, Web, macOS, Windows, and Linux. The package enhances code maintainability by decoupling navigation logic from widgets, allowing seamless transitions across screens even in deeply nested navigation hierarchies.

Use cases
  • Nested route management
  • Context-free navigation
  • Complex app navigation
  • Cross-platform routing
  • Modular app architecture
  • Dynamic route handling
Key features
  • Supports nested routes
  • Navigation without context
  • Platform-agnostic
  • Clean separation of navigation logic
  • Easy integration with existing apps
  • Type-safe route definitions
Suitable for
  • Large-scale Flutter apps
  • Apps with deep navigation trees
  • Developers seeking context-free navigation
  • Teams prioritizing maintainable routing
  • Projects targeting multiple platforms
Considerations
  • Requires understanding of nested route structure
  • May need additional setup for advanced use cases
  • Limited documentation compared to mainstream routers
  • Not ideal for very simple apps with few routes
Supported platformsAndroidiOSWebmacOSWindowsLinux

Install package

flutter pub add qlevar_router

Categories

Source repository

Related projects

No data available yet.