pd4d10 / git-touch

An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter
Apache License 2.0
1.56k stars 137 forks source link

Make it work for desktop and web #69

Open pd4d10 opened 4 years ago

pd4d10 commented 4 years ago

https://flutter.dev/web

https://flutter.dev/desktop

shreyas1599 commented 4 years ago

While at it, we could also fix inconsistencies on iPad.

shreyas1599 commented 4 years ago

Hi, @pd4d10

Can I open a PR to add the required files for macos alone and updating the pubspec to use a newer version of url_launcher?

image

pd4d10 commented 4 years ago

Great!

I think we could make it work first, then make it better (such as design and user experience stuff)

Can I open a PR to add the required files

Sure. Just don't break current android and iOS builds

yusdacra commented 3 years ago

I believe https://github.com/go-flutter-desktop/hover can be very useful for this, since desktop builds + packaging is the reason it exists.