Skip to content

artem-petrushenko/Spotify

Repository files navigation

Spotify

Spotify is a mobile application that provides access to music through the Spotify API, written in Flutter & Dart.

pubspec.yaml

 dependencies:
     provider: ^6.0.4  
     url_launcher: ^6.1.8  
     http: ^0.13.5  
     shared_preferences: ^2.0.17  
     crypto: ^3.0.2  
     flutter_secure_storage: ^8.0.0  
     json_annotation: ^4.8.0  
     flutter_localizations:  
	  sdk: flutter  
     intl: ^0.17.0  
     freezed_annotation: ^2.2.0  
     go_router: ^6.5.7  
     get_it: ^7.3.0 
dev_dependencies:  
     build_runner: ^2.3.3
     flutter_lints: ^2.0.0  
     json_serializable: ^6.6.1  
     freezed: ^2.3.2