ubuntu / app-center

App Store for Ubuntu made with Flutter 🧡 💙
GNU General Public License v3.0
634 stars 116 forks source link

Add snap video urls if available #1081

Open Feichtmeier opened 1 year ago

Feichtmeier commented 1 year ago

Some snaps provide the type of media 'video' Those are youtube links we could show in the caroussel

  String? get videoUrl => media.firstWhereOrNull((m) => m.type == 'video')?.url;

Example snap is "Serfs" https://snapcraft.io/serfs

anasereijo commented 9 months ago

would be nice to have this!

anasereijo commented 1 month ago

@spydon low priority but something nice to have