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

fix(mixins): fix type issue in request_handling type assignment #165

Merged
merged 1 commit into from Nov 23, 2023
Merged

fix(mixins): fix type issue in request_handling type assignment #165

merged 1 commit into from Nov 23, 2023

Conversation

ghost
Copy link

@ghost ghost commented Nov 22, 2023

Await call to requestEncoder inside request_handling.dart mixin to ensure the type is correctly assigned in the resulting variable

closes #164

@ghost
Copy link
Author

ghost commented Nov 22, 2023

Confirmed tests pass
image

@LukaGiorgadze LukaGiorgadze self-requested a review November 22, 2023 10:16
@LukaGiorgadze LukaGiorgadze assigned ghost Nov 22, 2023
Copy link

codecov bot commented Nov 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e8298ff) 100.00% compared to head (eb75f15) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #165   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           25        25           
  Lines          295       295           
=========================================
  Hits           295       295           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@LukaGiorgadze
Copy link
Member

Thanks @willckoan for fixing this bug. Approved. this fix will be released today.

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

Successfully merging this pull request may close these issues.

Library not compatible with flutter 3.16.0 - incorrect type definition
1 participant