Projeto | Tecnologias | Como executar
Projeto desenvolvido com base no curso da Cod3r.
Esse app foi desevolvido com as seguintes tecnologias:
Para clonar e executar esse app você precisará do Git + Flutter instalados no seu computador.
# Clone esse repositório
$ git clone https://github.com/LeandroSimo/music-player-flutter.git
# Entre no repositório
$ cd music-player-flutter
# Instale as dependências
$ flutter pub get
# Execute
$ flutter run
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.