-
Notifications
You must be signed in to change notification settings - Fork 25
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
Occurrences Widget - Start and End #22
Comments
@Vanethos , is this issue still up for grabs? |
Hello @TomerPacific it still is. Thumbs up 👍 this message and I'll assign it to you. |
@OldMetalmind , is there anything specific I should be aware of? Do you want to separate it into two widgets? Naming conventions? Stateless/Stateful? |
This Widget shpuld be Stateless. Since there are no other widgets yet for this project, I'd name it as This can be one widget only Anything else, we'll be here to help you! |
@Vanethos , I have built a rough draft of the widget, but when trying to run the application, I get the following error:
FAILURE: Build failed with an exception.
Obviously, I have not touched the Flare library and wanted to know if you have encountered this error. I did notice there is a newer version out there, but didn't want to upgrade without your consideration (might fix the issue). |
@TomerPacific , a couple of questions:
Because on our end the app is running, in fact in each commit Travis tries to build the app, so supposedily it should be working in the latest |
@Vanethos , Running
! Doctor found issues in 2 categories. I'm going to try returning to develop and running the application from there. UPDATE |
A quick question, if you update Flare's, can you run the app? If so, and with no problem, please create a new PR just with that update, I'll approve it and you can then continue working on this. Sorry for this experience btw! But on my end I'm not having any issues so it's hard to help and debug it :( |
@Vanethos , Do you want me to open an issue and then a pull request to reference it? The issue might originate from my flutter version?
|
@TomerPacific if you could open the issue and send the PR that would be awesome 🙏 |
@TomerPacific done! |
this is what I have come up with : I have a few questions before opening a PR:
Would you have preferred a different layout for this widget? |
Other than that, I have to say I was fairly impressed with such detailed and informative comment. This is great quality content for an open-source project. Great work 👏 |
@Vanethos ,
If there is anything more that is required, please let me know. |
|
Hey @TomerPacific ! I've commented the PR and requested changes! Great work so far! |
@Vanethos , I have reviewed all your comments and updated the PR. |
Description
Separate widget for the "Start and End" of the Occurrences.
File Location
Requirements
Occurrences
object displays information about:UI
NOTES
Until the API Is completed, assume that this widget has as an input 3
DateTime
objects.The text was updated successfully, but these errors were encountered: