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.
13
likes
20
pub points
76%
popularity

Publisher

verified publisherjelenski.net

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

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on regex_router