routingkit 1.1.0 routingkit: ^1.1.0 copied to clipboard
Routing Kit - router abstractions and built-in high-performance Radix-Trie router driver.
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