Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In the version 4.1.0 I can see that @Extras annotation was added however I cannot use it because it's not available. When do you plan to dispatch this feature? #695

Open
Roman-Diachenko opened this issue Jul 16, 2024 · 0 comments

Comments

@Roman-Diachenko
Copy link

Roman-Diachenko commented Jul 16, 2024

Example of usage:

@get('api/ClientAccount/check-email-exists')
Future<BaseResponse> checkEmail1(@query('email') String email, @Extras() Map<String, dynamic> extras);

Actual result:
Undefined name 'Extras' used as an annotation.

Expected result:
Extras are added into dio.Options class so that we can use additional info in interceptors, for example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant