Skip to content

Commit

Permalink
Playback Status
Browse files Browse the repository at this point in the history
  • Loading branch information
luizeof committed Dec 25, 2019
1 parent ca2170f commit 6a1a15e
Show file tree
Hide file tree
Showing 6 changed files with 310 additions and 122 deletions.
10 changes: 9 additions & 1 deletion lib/global.dart
@@ -1,7 +1,15 @@
import 'package:dart_pod/dart_pod.dart';

String feed_url = 'https://anchor.fm/s/848f2e4/podcast/rss';
// The Podcast Feed Url
final feedurl =
'https://feeds.soundcloud.com/users/soundcloud:users:335943144/sounds.rss';

// The Podcast Object
Podcast myPodcast;

// The Current Episode
Episode currentEpisode;

typedef void OnError(Exception exception);

enum PlayerState { stopped, playing, paused }

0 comments on commit 6a1a15e

Please sign in to comment.