routingkit 2.0.1 routingkit: ^2.0.1 copied to clipboard
Routing Kit - Lightweight and fast router for Dart.
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
returnsResult<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