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