Felix Angelov

Results 53 issues of Felix Angelov

## Status **READY** ## Description - ci: use very good pana workflow ## Type of Change - [ ] ✨ New feature (non-breaking change which adds functionality) - [ ]...

ci

**Description** As a developer, I want to have easy access to the [`HttpConnectionInfo`](https://api.dart.dev/stable/2.17.6/dart-io/HttpConnectionInfo-class.html) so that I can access the remote address and/or port. This can be surfaced via the `RequestContext`:...

enhancement

**Description** As a developer, I want to be able to have either integrated 1st party support or a recommended 3rd party logger which seamlessly integrates with dart_frog and provides the...

feature
p2

**Description** As a developer, I want to be able to autogenerate a Dart API Client library based on my Dart Frog application code so that I can seamlessly integrate with...

feature
p2

**Description** As a developer, I want to be able to generate Open API (or similar) documentation for my Dart Frog application so that other developers are able to seamlessly integrate...

feature
p1

## Status **IN DEVELOPMENT** ## Breaking Changes NO ## Description - feat: url routing and deep linking support (closes #41) ## Type of Change - [X] ✨ New feature (non-breaking...

enhancement

# [Proposal] Add Routing Support Currently `FlowBuilder` does not have custom routing support for deep linking, dynamic linking, custom paths, query parameters, browser url synchronization, etc (#20). This proposal outlines...

enhancement
feedback wanted

As a Dart/Flutter package developer, I want to have a reusable workflow that will automated the publish to pub.dev.

enhancement
good first issue

As a developer, I want to be able to mount routes to a dynamic prefix so that I can have a consistent way to structure my router and apply middleware....

As a developer, I am using `ozzie` to take a screenshot of a screen on my app which renders a Google Map using the `google_maps_flutter` plugin. When I reviewed the...

bug