flutter-settings-ui icon indicating copy to clipboard operation
flutter-settings-ui copied to clipboard

Updated Web UI

Open zigapovhe opened this issue 5 years ago • 6 comments

When should we expect web support? You could take some inspirations from chrome settings.

google-chrome-settings-page.png

zigapovhe avatar Mar 04 '21 19:03 zigapovhe

Well, the package already works on the web.

And since there are no standard guidelines for Web Setting UIs, it'll be difficult coming up with a design to suit every user. That's my opinion though.

Akora-IngDKB avatar Mar 08 '21 12:03 Akora-IngDKB

Doesn't work for me tho. Will check again soon.

zigapovhe avatar Mar 08 '21 15:03 zigapovhe

Web support was just added in 1.0.0-nullsafety.1 prerelease. But yea, we need to update web version of settings UI

yadaniyil avatar Mar 19 '21 13:03 yadaniyil

I also vote for a desktop/web version

tofutim avatar Nov 10 '21 22:11 tofutim

Hey @zigapovhe, @tofutim . There is a new 2.0.0 version of the package, could you please if your issue is fixed there? Thanks :)

yadaniyil avatar Jan 09 '22 11:01 yadaniyil

@yadaniyil I'm commenting in this issue because it pertains to what I came across.

I was evaluating my options for introducing a settings UI in my app today, and I came across your package. It looks great, but I almost missed it because pub.dev doesn't show it as being compatible with the web. I did notice that you do support the web though, so this seems to be a simple case of the pub.dev package scanner tripping up over something small.

While researching this, I came across https://github.com/juliansteenbakker/flutter_settings_ui which states it is a fork from your package (before the 2.0 refactor) and it doesn't have the same problem. It gets full marks for compatibility and static analysis.

Maybe you could take a look at how they changed it and pick up those changes to get better visibility on pub.dev?

deinspanjer avatar Jan 27 '22 15:01 deinspanjer