Poweranimal

Results 24 comments of Poweranimal

Thank you very much for the modified example. I guess my biggest pain point are the routes in `stackedRoutes` of `VNester` that needs to know the paths (as alias) of...

The following is an example how I could image it to look like. The example is derived from [#126](https://github.com/lulupointu/vrouter/issues/126#issue-958208595) ```dart class ProfileRoute extends VRouteElementBuilder { static final String profile =...

I can't follow the issue regarding absolute paths. Would you be so kind and give an example?

Thank you very much for the explanation. I'll try my best to work out an implementation draft.

> I just realised. This is more generic than enums. You could implement an option of choices for strings, ints, etc for this. Maybe rename this to ChoiceFlag ? Yeah,...

@dearchap Regarding adding a Destination. This seems a bit more complicated. As of now, this package uses for destination the `flag` package of the golang stdlib. It doesn't play well...

I added destination to the ChoiceFlag and improved its API.

I did some changes to the ChoiceFlag; - Replaced `ChoiceHolder` with `interface{}` - Renamed `ChoiceDecoder` to `Choice` - Added `ToString` to `Choice` - Added helper `Choice` constructors: `NewChoice` and `NewStringChoice`

Hi @marcofranssen I got quite demotivated to continue due to the lack of engagement by the maintainers. Thus, I got the impression that this project is EOL and doesn't welcome...

Hi @jalavosus , I’ve quit using this repo for quite l long time now. Please feel free to to reuse my branch as you like.