dwyl / app

Clear your mind. Organise your life. Ignore distractions. Focus on what matters.
http://dwyl.github.io/app/
143 stars 22 forks source link

Initialise Flutter application #302

Closed SimonLab closed 1 year ago

SimonLab commented 1 year ago
SimonLab commented 1 year ago

Working on the layout of the widgets. Looking also at hiding/showing list of items when the text field has focused: image

nelsonic commented 1 year ago

Thanks for proactively looking at this @SimonLab 👍

nelsonic commented 1 year ago

@SimonLab do you feel like this is at a point where it can be reviewed & merged into main as the starting point for the App? or are you still working on the TextField? 💭

Asking because the work @LuchoTurtle did for the Basic Nav https://github.com/dwyl/app/issues/305 should be ready to integrate into the App now and I was going to suggest he do it Today. 🤞

SimonLab commented 1 year ago

To unblock the work from @LuchoTurtle I think we can merge this PR. I'll add the layout for the items on the next PR with doc and tests

LuchoTurtle commented 1 year ago

Will check the code. Just waiting for VSCode to download everything. I needed to run flutter upgrade because I was using an older version.

LuchoTurtle commented 1 year ago

The test is failing. I'm going to create a simple setup one with CI so this PR already has a pipeline when merged 🙂

LuchoTurtle commented 1 year ago

To get this merged ASAP, lgtm!

Coverage is not 100% (it's still being developed by you, you can get it up in a different branch) and the README will obviously be extended. But for now, it's good to start to get some work on, I wager.

Thanks @SimonLab 🎉