Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.61 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.61 KB

Music Player Flutter


Projeto   |    Tecnologias   |    Como executar   


App screen

💻 Projeto

Projeto desenvolvido com base no curso da Cod3r.

🚀 Tecnologias

Esse app foi desevolvido com as seguintes tecnologias:

ℹ️ Como executar

Para clonar e executar esse app você precisará do Git + Flutter instalados no seu computador.

Clone e execute

# 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.