FLUTTER ECOSYSTEM

routefly

Folder-based route manager inspired by NextJS and created by the Flutterando community.

Latest version
3.1.3
30-day downloads
249
Likes
206
Pub points
150

Package Overview

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

Overview

RouteFly is a folder-based route management package for Flutter, inspired by Next.js, designed to simplify navigation in Flutter applications. It automatically generates routes from a defined folder structure, reducing boilerplate and improving code organization. Built by the Flutterando community, it supports all major platforms including Android, iOS, Web, macOS, Windows, and Linux. RouteFly enhances developer productivity by enabling intuitive, scalable routing without manual route registration.

Use cases
  • Automated route generation from folder structure
  • Simplifying navigation in large Flutter apps
  • Enabling clean separation of route logic
  • Supporting multi-platform Flutter projects
  • Streamlining route management in team environments
Key features
  • Folder-based route definition
  • Automatic route generation
  • Minimal boilerplate
  • Cross-platform support
  • Integration with Flutterando ecosystem
Suitable for
  • Developers using folder-based project structures
  • Teams seeking scalable routing solutions
  • Projects aiming to reduce manual route setup
  • Flutter developers familiar with Next.js conventions
  • Apps targeting multiple platforms
Considerations
  • Requires adherence to specific folder naming conventions
  • May need configuration for complex route parameters
  • Best suited for projects with structured directory layouts
  • Limited customization compared to manual route setups
  • Dependent on Flutterando's maintainers for updates
Supported platformsAndroidiOSWebmacOSWindowsLinux

Install package

flutter pub add routefly

Categories

Source repository

Related projects