regex_router 0.1.0+2 copy "regex_router: ^0.1.0+2" to clipboard
regex_router: ^0.1.0+2 copied to clipboard

outdated

Router with regex support. Use names to provide arguments like in REST.

License

# state_graph_bloc_flutter

A companion package to [state_graph_bloc](https://pub.dev/packages/state_graph_bloc) package.

## Usage

### StreamSubscriptionBuilder

```dart
StreamSubscriptionBuilder(
    (context) => [
        bloc.anotherStream.listen((event) => event.use((data) => print("Stream data: $data"))),
    ],
    child: Text("Child"),
);
```

## Samples

You can experiment with sample application hosted here: https://gitlab.com/marcin.jelenski/bloc-showcase

Also `test` directory contains all State Graph Bloc use cases.
14
likes
20
points
41
downloads

Publisher

verified publisherjelenski.net

Weekly Downloads

Router with regex support. Use names to provide arguments like in REST.

License

unknown (license)

Dependencies

collection, flutter

More

Packages that depend on regex_router