unstory 0.1.1 copy "unstory: ^0.1.1" to clipboard
unstory: ^0.1.1 copied to clipboard

A browser-style history abstraction for Dart and Flutter routing.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add unstory

With Flutter:

 $ flutter pub add unstory

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  unstory: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:unstory/unstory.dart';
2
likes
160
points
160
downloads

Publisher

verified publishermedz.dev

Weekly Downloads

A browser-style history abstraction for Dart and Flutter routing.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

web

More

Packages that depend on unstory