[Enhancements] Streaming option + Query Parameters#11
Open
intellitour wants to merge 11 commits intoTaskulu:masterfrom
Open
[Enhancements] Streaming option + Query Parameters#11intellitour wants to merge 11 commits intoTaskulu:masterfrom
intellitour wants to merge 11 commits intoTaskulu:masterfrom
Conversation
This reverts commit 7d0b2c9.
Amir-P
requested changes
Mar 9, 2024
Member
Amir-P
left a comment
There was a problem hiding this comment.
Thanks for contributing! I left some comments. Please take a look.
Member
There was a problem hiding this comment.
I'm not familiar with FVM. Is setting up FVM in the plugin necessary for projects using FVM to use this plugin?
Author
There was a problem hiding this comment.
No... just something to ease our developer lives when dealing with multiple projects that use multiple Flutter versions.
Setting up FVM is not necessary for anyone. Setting up will help those in the situation I've mentioned. Those who do not want to use it, will not be punished.
This reverts commit 256dc31.
Author
|
@Amir-P change request fulfilled. |
Author
|
@Amir-P I had some commits pending push. Now everything is ok. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi there!
In my app, I needed these enhancements: stream data directly (instead of multipart) and (due to API characteristics) query parameters support. So... I decided to share those with the community.