Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for Ubuntu desktop support #44

Open
Feichtmeier opened this issue Apr 14, 2021 · 5 comments
Open

Request for Ubuntu desktop support #44

Feichtmeier opened this issue Apr 14, 2021 · 5 comments

Comments

@Feichtmeier
Copy link

Hi there 👋
It would be great to have this as a desktop app with an adequate layout and as a snap availible on Ubuntu desktop :)

Layout could be switched like

class HomePage extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return new Scaffold(
      body: LayoutBuilder(
        builder: (context, constraints) {
          if (constraints.maxWidth > 600) {
            return WideLayout();
          } else {
            return NarrowLayout();
          }
        },
      ),
    );
  }
}

Or so :)
Thanks in advance

@amugofjava
Copy link
Owner

As someone who uses Ubuntu as their primary desktop OS, I would love to create a version of Anytime for it. It is on my mind for perhaps longer term, but it would take some work as I would need to build support for integrating with Linux audio - something I've not done before. If you have any pointers on this that would be great.

@shaaanuu
Copy link

How's it going?

@Feichtmeier
Copy link
Author

How's it going?

You can use
https://snapcraft.io/musicpod
This app is using the Library created by @amugofjava :)

@amugofjava
Copy link
Owner

Hi @shaaanuu,

You should definetly give MusicPod from @Feichtmeier a try. It is an excellent desktop podcast & radio app.

I hope to see Anytime on the desktop one day but, at the moment, it is very, very experimental!

Screenshot from 2024-06-30 17-13-25

@shaaanuu
Copy link

shaaanuu commented Jun 30, 2024

I will try it.
Mine is Debian and arch.
I will try it on the debian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants