unstory 0.1.1
unstory: ^0.1.1 copied to clipboard
A browser-style history abstraction for Dart and Flutter routing.
0.1.1 #
- Fix repository URL metadata for pub.dev.
- Add a minimal runnable example in
example/main.dart.
0.1.0 #
- Initial release with a cross-platform history abstraction.
- Core
HistoryAPI withpush,replace,go, andlistensemantics. MemoryHistoryfor all platforms.- Web histories:
BrowserHistoryandHashHistory. createHistoryhelper withHistoryStrategyfor automatic selection.