-
-
Notifications
You must be signed in to change notification settings - Fork 206
Plugin is not compiling #3
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
Comments
Hey,
Thanks for the heads up. I've been working on a few updates on this project
and should be in a position to release them shortly.
I am new to Flutter and have stumbled across that issue myself... I was
hoping someone could point out the issue. I'll take a look at that. I
should be in a position to push the latest version very shortly. It
includes a much more solid structure to your Parse projects and it has the
start of a Parse Query function being built as we speak.
For the time being I have just had the dart files included in my project as
a package... I will try resolve the issue with the package as a whole some
time this week.
Cheers
…On Mon, 1 Oct 2018 at 08:54, Piotr ***@***.***> wrote:
Hi,
I just tried to use yours plugin, but unfortunately I'm getting error
every time I'm try to run a project with it.
* Where:
Script '/Users/piotrw/Library/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 210
* What went wrong:
A problem occurred configuring project ':parse_server_sdk'.
> Could not find method debugProvided() for arguments [file collection] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
I'm not sure, but from what I see in workspace with my IDE, and when I
download whole archive from
https://pub.dartlang.org/packages/parse_server_sdk#-versions-tab- there
is lack of /android and /ios directories for this plugin. And You have
those directories in your project on github. Maybe this is the reason of
this error?
Could You take a look on that? Thanks in advance, and greetings!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AHgn3qt9f3qK2vhl9f9e99eajLBimCboks5ugco9gaJpZM4XBjFR>
.
--
Kind Regards
Phill Wiggins
[email protected]
|
Thanks for such a fast response. I'm looking forward for an update! |
Hi! Sorry for asking, but any progress on that? Thanks! |
Hey Piotr,
Very slow progress. It hasn't been as easy I would like.
Current progress on queries is that we can get an item by ID, get all items
for a table, and search for a piece of text within a field of a table.
Although I'm still logically working through the code but tied up at the
moment.
If you want I can email you the current report for you to amend and adapt?
I'm in the process of moving homes so might be a slow development process
this one, although it is being done.
…On Wed, 10 Oct 2018, 07:45 Piotr, ***@***.***> wrote:
Hi! Sorry for asking, but any progress on that? Thanks!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHgn3ngl_nmNmNyLshL53WrNy7nSMtMKks5ujZdugaJpZM4XBjFR>
.
|
Thanks for answer 👍But to be honest, are more interested in this compile issue, because in my project I'm using only email authentication from Parse. |
I see.
In all honesty I haven't actually looked at the library structure itself. I
have simply copied the library files to a package within my project and all
is working. Obviously that isn't good going forward but is a simple
solution for now.
…On Wed, 10 Oct 2018, 09:52 Piotr, ***@***.***> wrote:
Thanks for answer 👍But to be honest, are more interested in this compile
issue, because in my project I'm using only email authentication from Parse.
Thanks!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHgn3tor4b6pHybDltjkNanmnpyFRJqfks5ujbVTgaJpZM4XBjFR>
.
|
Ok, I used this method. But I was also needed to do some changes in files to make Users functionality works. And maybe I have other possible solution for this compile issue. Will check that later (probably tomorrow), and then I will create proper pull request for this one issue, and others I had found. Cheers |
Amazing.
I could use a little help on the side. It's difficult to test the way I am
doing it currently.
…On Thu, 11 Oct 2018, 11:53 Piotr, ***@***.***> wrote:
I have simply copied the library files to a package within my project and
all
is working.
Ok, I used this method. But I was also needed to do some changes in files
to make Users functionality works. And maybe I have other possible solution
for this compile issue. Will check that later (probably tomorrow), and then
I will create proper pull request for this one issue, and others I had
found.
Cheers
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHgn3hiA__uhZL8A_3zuYSVQG-yRTiE6ks5ujyM8gaJpZM4XBjFR>
.
|
I did some tests today, and removing is fixing compiling issue from this task. |
Hey Piotr,
I will push my changes today as I think there might be a few merge errors
with some of the stuff you have done. I will check through at some point
this afternoon.
Amazing work your doing btw!!!
…On Fri, 12 Oct 2018 at 08:45, Piotr ***@***.***> wrote:
I did some tests today, and removing
flutter: plugin: androidPackage: com.purewowstudio.parse_server_sdk
pluginClass: ParseServerPlugin
is fixing compiling issue from this task.
And this make sense, because Yours sdk is 100% based on http requests to
Parse, so we don't need to have those native SDKs. I also removed dart
"path" dependency, because (from what I see) You are not using it in this
project.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHgn3jg0-2Km2LTV-QlYmBX2l6lwfAO9ks5ukEh-gaJpZM4XBjFR>
.
--
Kind Regards
Phill Wiggins
[email protected]
|
Okay, so I've moved my current work back onto master. There's a lot of changes, and I have included your work. Let me know if this causes any issues. The query builder is a mess at the moment but it's just me working through the logic. I'm guessing QueryBuilder will be moved up a futher level of abstraction so that uses can query multiple fields. It's a work in progress at the moment |
Hi,
I just tried to use yours plugin, but unfortunately I'm getting error every time I'm try to run a project with it.
I'm not sure, but from what I see in workspace with my IDE, and when I download whole archive from https://pub.dartlang.org/packages/parse_server_sdk#-versions-tab- there is lack of /android and /ios directories for this plugin. And You have those directories in your project on github. Maybe this is the reason of this error?
Could You take a look on that? Thanks in advance, and greetings!
The text was updated successfully, but these errors were encountered: