-
-
Notifications
You must be signed in to change notification settings - Fork 206
fix: various bugs #762
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: various bugs #762
Conversation
ParseLiveListWidget is sending the wrong GET request if lazyloading is enabled and no order limiter is set. We have to check if there is a key to send
first: Correct return type
Updated Readme.md to include information about some extra steps to support for the desktop - macOS platform to connect to the Web and retrive/store information on Parse server due to the changes in the macOS framwork after macOS 10.7 so that user's using the Parse SDK Flutter can get their app running quick and without issues.
Update Readme.md to add info about supporting macOS platform
…ubspec.yaml Fix logout error when no user is logged in Update dependencies in pubspec.yaml
Sinc Repo Development
Fixes for version 3.2.0
Remove unnecessary files from the project
ParseLiveListWidget is sending the wrong GET request if lazyloading is enabled and no order limiter is set. We have to check if there is a key to send
Updated Readme.md to include information about some extra steps to support for the desktop - macOS platform to connect to the Web and retrive/store information on Parse server due to the changes in the macOS framwork after macOS 10.7 so that user's using the Parse SDK Flutter can get their app running quick and without issues.
|
Merged the fix, let's see if CI passes now |
It's strange that this issue only occurs for the
Why is that? I assume for the test it should resolve the locally installed version, but maybe that linking fails on windows? |
On Linux/Mac, the file flutter-dependencies.sh runs |
That would be good! Maybe in a separate small PR? |
Yes. PR #769 |
This thread may be difficult to read since it's quite long, I think the only open point is #762 (comment). |
Oh interesting, windows still fails. |
I found the reason. I will send new PR. The flutter command in windows is a .bat file If you call a .bat from within another .bat file, it does not complete processing. You need to run the commands with call |
@mtrezza everything ok now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #762 (comment)
@mtrezza |
See my previous comment |
Bug #770 |
Bug 770
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks for all the fixes
Bug Fixes
General improvements