whoislewys / pawdio

Full-featured Podcast & Audiobook player for Mobile (built w/ Flutter)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pawdio

The best podcast and audiobook player in town

Running locally

Dev Mode

To debug the local sqlite instance with Stetho, run with flutter run -t lib/main_dev.dart

and visit the url: chrome://inspect/#devices

Release Mode

To run locally without any dev dependencies, run flutter run -t lib/main_prod.dart

Debugging

To use the debugger in IntelliJ I had to go to my IDEA folder and run the binary from there (~/idea-IU-202.7660.26/bin/idea.sh)

Otherwise, it didn't see my Android emulator. Then I was able to debug as usual

Format

About

Full-featured Podcast & Audiobook player for Mobile (built w/ Flutter)


Languages

Language:Dart 98.2%Language:Kotlin 0.9%Language:Swift 0.8%Language:Objective-C 0.1%