routingkit 2.1.0 copy "routingkit: ^2.1.0" to clipboard
routingkit: ^2.1.0 copied to clipboard

Routing Kit - Lightweight and fast router. - A composable pure function routing kit.

Routing Kit v2.1.0 #

To install Routing Kit v2.1.0 run this command:

# Dart project:
dart pub add routingkit

# Flutter project:
flutter pub add routingkit

or update your pubspec.yaml file:

dependencies:
  routingkit: ^2.1.0

What's Changed #

  • Rmeove debug info.
  • Change the params Map type to Params

Routing Kit v2.0.2 #

To install Routing Kit v2.0.2 run this command:

# Dart project:
dart pub add routingkit

# Flutter project:
flutter pub add routingkit

or update your pubspec.yaml file:

dependencies:
  routingkit: ^2.0.2

What's Changed #

  • Fixed static route not found
  • Support debug information

Routing Kit v2.0.1 #

To install Routing Kit v2.0.1 run this command:

# Dart project:
dart pub add routingkit

# Flutter project:
flutter pub add routingkit

or update your pubspec.yaml file:

dependencies:
  routingkit: ^2.0.1

What's Changed #

  • fixed pub points.

Routing Kit v2.0.0 #

To install Routing Kit v2.0.0 run this command:

# Dart project:
dart pub add routingkit

# Flutter project:
flutter pub add routingkit

or update your pubspec.yaml file:

dependencies:
  routingkit: ^2.0.0

What's Changed #

  • 🚀 Enhancements: Support multiple entries with same route.
  • ⚠️Breaking Changes: Support multiple entries with same route

Routing Kit v1.1.0 #

To install Routing Kit v1.1.0 run this command:

# Dart project:
dart pub add routingkit

# Flutter project:
flutter pub add routingkit

or update your pubspec.yaml file:

dependencies:
  routingkit: ^1.1.0

What's Changed #

  • feat(router): Support buildPath method.
  • refactor(router): The lookup returns Result<T>? type.

Routing Kit v1.0.0 #

To install Routing Kit v1.0.0 run this command:

# Dart project:
dart pub add routingkit

# Flutter project:
flutter pub add routingkit

or update your pubspec.yaml file:

dependencies:
  routingkit: ^1.0.0

What's Changed #

  • feat(router): Support remove method.
  • refactor(router): Refactored the built-in high-performance router and changed the algorithm to Radix Tree
3
likes
160
pub points
26%
popularity

Publisher

verified publisherodroe.dev

Routing Kit - Lightweight and fast router. - A composable pure function routing kit.

Repository (GitHub)
View/report issues

Topics

#router #routing #route #fast-router #routing-kit

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

More

Packages that depend on routingkit