FriesI23 /
mhabit
Our app helps you form and track micro habits with easy-to-use 📈 charts and tools, making it simple to establish healthy habits that stick 🌱. Start your personal growth journey today 🚀!
Loading repository data…
amugofjava / repository
Simple, easy to use Podcast player app written in Flutter and Dart.
This is the official repository for Anytime Podcast Player - the simple and easy to use Podcast playing app for Android & iOS, built with Dart & Flutter.
Latest build status
Anytime is currently at v1.4.x and is built against Flutter 3.27.4+. View the project to see what is currently being worked on.
The official website can be found at https://anytimeplayer.app
If you would like to help test Anytime please click the image below to head over to the Play Store, or Amazon App Store. You can download the current stable release or sign up to the Beta channel and help test current developments.
I would really appreciate all feedback - positive and negative - as it both helps improve Anytime and prioritise new features. You can reach me at hello@anytimeplayer.app.
Due to a significant accessibility bug on iOS for Flutter versions after 3.27.4, and the need to run a much later version of Flutter on Android for the 16KB alignment support, I have had to create a seprate branch for iOS. To make maintaining both simpler, I intend to keep the overall code as compatible with Flutter 3.27.4 as possible until the bug is fixed; therefore, you'll notice the analyser complaining about deprecated values. Please ignore these for now.
If you do not already have the Flutter SDK installed, follow the instructions from the Flutter site here.
Fetch the latest from master:
git clone https://github.com/amugofjava/anytime_podcast_player.git
From the anytime_podcast_player directory fetch the dependencies:
flutter packages get
Then either run:
flutter run
Or build:
flutter build apk
Anytime can search for podcasts via iTunes and PodcastIndex. To use PodcastIndex, first create an account at https://podcastindex.org. This will generate the required key and secret. To enable searching with PodcastIndex in AnyTime, pass the key and secret as runtime arguments:
flutter run --dart-define=PINDEX_KEY=mykey --dart-define=PINDEX_SECRET=mysecret
If running from Android Studio, add the following to the command line arguments section:
-t lib/main.dart --dart-define=PINDEX_KEY=mykey --dart-define=PINDEX_SECRET=mysecret
Ensure there are is only a single space between each argument. I have found that an additional space between any of the arguments will prevent them from being passed into Flutter correctly.
Anytime supports deep linking from websites, allowing you to open a podcast within Anytime from a web url. To open a feed within Anytime, you create a link to the Anytime website passing in the URL of the feed you wish to open. For example: to load a feed in Anytime from www.example.com you would use the following link:
https://anytimeplayer.app/subscribe?url=www.example.com/myfeed.xml
Anytime makes use of several amazing packages available on pub.dev. Below is a list of the packages that are heavily used within the application.
Anytime takes a layered approach:
Anytime is free and open source software. If you would like to help support the development of Anytime, please consider donating a tea. Anytime is fuelled by caffeine! Please checkout the GitHub sponsors link or my ko-fi page.
If you have an issue or discover a bug, please raise a GitHub issue. Pull requests are also welcome. Full details can be found in CONTRIBUTING.md.
You can help to translate the app on Weblate
See TRANSLATION.md for details.
If you wish to reach out to me directly you can find me at hello@anytimeplayer.app.
Anytime is released under a BSD-Style License. See the LICENSE file for further details.
Selected from shared topics, language and repository description—not editorial ratings.
FriesI23 /
Our app helps you form and track micro habits with easy-to-use 📈 charts and tools, making it simple to establish healthy habits that stick 🌱. Start your personal growth journey today 🚀!
foxsofter /
flutter_thrio makes it easy and fast to add flutter to existing mobile applications, and provide a simple and consistent navigator APIs.
salim-lachdhaf /
Simple and robust Dropdown with item search feature, making it possible to use an offline item list or filtering URL for easy customization.
flutter-thrio /
flutter_thrio makes it easy and fast to add flutter to existing mobile applications, and provide a simple and consistent navigator APIs.
Aanu1995 /
Pure is a free social networking App. it is simple, reliable and it makes it easy to keep in touch with your friends and family. Pure works across mobile devices even on slow internet connections.
muhammad-fiaz /
Calculator is your essential tool for all your mathematical needs. With a clean and user-friendly interface, this app is designed to make both simple and complex calculations easy and efficient. Whether you're a student, professional, or just need quick calculations on the go, Calculator provides accurate results every time. Powered by Flutter.