MGAndroidProjects / WeatherWise-Releases

Release repo for WeatherWise, a material design, closed source live-weather app with Material You theming. Available for both Android and Windows.
157 stars 3 forks source link

Widget possible? #4

Closed zoroya1 closed 1 year ago

zoroya1 commented 1 year ago

I've read readme and looks like flutter has no feature of widget so are you coming with a workaround for widget or it's not possible? Btw app is great with best MY theme interface. Just missing material you widget of weather wise

milindgoel15 commented 1 year ago

It basically means that flutter does not provide any flutter side functionality to build widgets. I don't really think flutter will ever build something that will ease up the process of making widgets.

The only way to make widgets is through native side. Currently I don't have knowledge in XML layouts and how to connect with flutter but it is possible.

milindgoel15 commented 1 year ago

Added with v2.1.0

zoroya1 commented 1 year ago

Thank you so much 😊 looks so nice 🌟 Can we make the widget background transparent?

milindgoel15 commented 1 year ago

Can we make the widget background transparent?

In the next update, I am separating both widget sizes into separate widgets due to widget height issues on a few devices. So the small-sized widget will be a transparent one. But the normal regular-sized widget will continue to have a coloured background.

zoroya1 commented 1 year ago

ResizedImage_2023-08-01_21-33-17_0.jpg

Transparent background one can also look like this with material you colour in city name and other as we currently have

milindgoel15 commented 1 year ago

I am not sure if everyone will like it.

zoroya1 commented 1 year ago

I am not sure if everyone will like it.

True, it depends on personal taste. Nevertheless will wait for weather wise widget ✨

milindgoel15 commented 1 year ago

I could add a configuration activity which lets users customise the appearance. Maybe

milindgoel15 commented 1 year ago

Closing this as I really don't feel I will add configuration activity for it. May do it in future. But at least there are widgets now.