flutter-kradio-player
another awesome online radio player.
getting started
- follow the guide on how to install flutter.
- download the repository and open with your ide: android studio or visual studio code
- install ide plugins for flutter support
- to download project dependencies execute:
flutter pub get
- run project on simulator or android device
architecture, libraries and tools
- state management: bloc
- code style:
check code style
the project follows rules from effective dart to validate code locally run:
dartanalyzer –options analysis_options.yaml ./lib
Comments are closed.