sweyer
sweyer copied to clipboard
☂ 1.0.8 version discussion
A place for a general discussion about developing the new version. I also created a project to better keep track of what is being done.
cc @Abestanis feel free to write any other plans that you have, you have been contributing a lot recently, don't forget to take a rest :-)
I wanted to focus on fixing some small issues I noticed while using the app, and then focus on adding a home screen widget. I'm going to create issues for the small problems, some of them should probably be fixed before the release. I wouldn't block the release on the home screen widget, it can also be in the next release.
Cool, sounds good to me.
Also, regarding the home widget, I'd say that there are no existing good enough solutions that would allow to use Flutter, AFAIK. So likely, this would involve writing this widget natively and then using platform channels to communicated with the app's business logic. But it's still worth exploring what kind of solutions exist, since I didn't look really close at it.
@Abestanis let's pause and land what we already have in a list of pull requests, so I can make full Flutter 3 migration and set up auto formatting without it causing an enormous amount of merge conflicts. Hopefully, I will get to the rest of the pull requests on this weekend.
Sounds good, thank you for all the reviews! There is no need to hurry.
@Abestanis Flutter 3 migration and auto formatting (https://github.com/nt4f04uNd/sweyer/pull/61) has now been merged