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

Routing Kit - Lightweight and fast router for Dart.

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
0
pub points
26%
popularity

Publisher

verified publisherodroe.dev

Routing Kit - Lightweight and fast router for Dart.

Repository (GitHub)
View/report issues

Topics

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

Funding

Consider supporting this project:

github.com

License

unknown (license)

More

Packages that depend on routingkit