/coderadio_mobile_player

A Flutter mobile application for freeCodeCamp's Code Radio, for both Android and iOS

Primary LanguageDart

Code Radio Mobile Player

An unofficial iOS and Android mobile application for freeCodeCamp's Code Radio, made with Flutter.

Downloads

Currently, the project is still in development. There are no official releases at the moment. Look forward to it!

Development

  1. Install Flutter as per the official instructions, if you do not have the Flutter installed on your development machine.
  2. Run flutter doctor to make sure Flutter has been properly installed and development tools have been correctly sey up on your machine
  3. Clone the repository.
  4. In your Terminal (MacOS/Linux) or Command Prompt (Windows), navigate to the project folder and run flutter packages get to install the required dependencies.
  5. Run flutter run to build and run the debug application on your connected phone or emulator.