amugofjava / anytime_podcast_player

Simple, easy to use Podcast player app written in Flutter and Dart.
BSD 3-Clause "New" or "Revised" License
403 stars 101 forks source link

Request for Ubuntu desktop support #44

Open Feichtmeier opened 3 years ago

Feichtmeier commented 3 years ago

Hi there :wave: 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 commented 3 years ago

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 commented 3 months ago

How's it going?

Feichtmeier commented 3 months ago

How's it going?

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

amugofjava commented 3 months ago

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 commented 3 months ago

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