Skip to content

Commit 6c64e48

Browse files
committed
2 parents d21fda4 + 0f72b52 commit 6c64e48

File tree

1 file changed

+61
-10
lines changed

1 file changed

+61
-10
lines changed

README.md

Lines changed: 61 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,67 @@
1-
# spotify_with_flutter
1+
# 🎧 Spotify With Flutter
22

3-
A new Flutter project.
3+
A beautiful and interactive **Spotify Clone** built using Flutter. Show some ❤️ by starring ⭐ this repository if you like it!
44

5-
## Getting Started
5+
###### Contact for work, email: [email protected]
66

7-
This project is a starting point for a Flutter application.
7+
<img src="assets/icons/spotify_logo.png" height="120px" alt="spotify logo"/>
88

9-
A few resources to get you started if this is your first Flutter project:
9+
![GitHub stars](https://img.shields.io/github/stars/Flutter-Journey/Spotify-With-Flutter?style=social)
10+
![GitHub forks](https://img.shields.io/github/forks/Flutter-Journey/Spotify-With-Flutter?style=social)
11+
![GitHub watchers](https://img.shields.io/github/watchers/Flutter-Journey/Spotify-With-Flutter?style=social)
1012

11-
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
13+
<a href="https://www.linkedin.com/in/chunhthanhde/">
14+
<img src="https://img.shields.io/badge/Support-Recommend%2FEndorse%20me%20on%20Linkedin-blue?style=for-the-badge&logo=linkedin" alt="Support me on LinkedIn" />
15+
</a>
1316

14-
For help getting started with Flutter development, view the
15-
[online documentation](https://docs.flutter.dev/), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
17+
<a href="https://www.buymeacoffee.com/chunhthanhde" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
18+
19+
## 🎵 Overview
20+
21+
**Spotify With Flutter** is a music streaming app inspired by Spotify, featuring a smooth user interface and core functionalities like song playback, playlists, and browsing music. Developed using Flutter, it is available on Android, iOS, and web platforms.
22+
23+
## 🌟 Features
24+
25+
- **Music Streaming**: Stream your favorite songs seamlessly.
26+
- **Beautiful UI**: A modern and sleek design similar to the original Spotify app.
27+
- **Playlist Management**: Create and manage your playlists with ease.
28+
- **Search Functionality**: Search for your favorite songs, artists, and albums.
29+
- **Cross-Platform**: Available on Android, iOS, and web.
30+
31+
## 🎮 Demo
32+
33+
Check out how the app looks in action! You can view a demo [here](https://www.youtube.com/watch?v=demo_link).
34+
35+
<table>
36+
<tr>
37+
<td><img src="https://github.com/Flutter-Journey/Spotify-With-Flutter/blob/master/media/screenshot1.jpg" height="300px"></td>
38+
<td><img src="https://github.com/Flutter-Journey/Spotify-With-Flutter/blob/master/media/screenshot2.jpg" height="300px"></td>
39+
</tr>
40+
</table>
41+
42+
## 🛠️ Technologies Used
43+
44+
- **Flutter**: Framework for building natively compiled applications.
45+
- **Dart**: The programming language used for Flutter development.
46+
- **Spotify API**: Integration with Spotify's API for fetching music data.
47+
- **Animations**: Smooth animations for enhancing the user experience.
48+
49+
## 📚 References
50+
51+
- [Official Flutter Documentation](https://flutter.dev/docs)
52+
- [Dart Documentation](https://dart.dev/guides)
53+
- [Spotify API Documentation](https://developer.spotify.com/documentation/web-api/)
54+
55+
## 🌟 Conclusion
56+
57+
**Spotify With Flutter** provides a beautiful and functional music streaming experience, closely resembling the original Spotify app. Enjoy the experience of managing playlists and listening to your favorite songs with this Flutter-based app!
58+
59+
## Star History
60+
61+
<a href="https://star-history.com/#Flutter-Journey/Spotify-With-Flutter&Date">
62+
<picture>
63+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Flutter-Journey/Spotify-With-Flutter&type=Date&theme=dark" />
64+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Flutter-Journey/Spotify-With-Flutter&type=Date" />
65+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Flutter-Journey/Spotify-With-Flutter&type=Date" />
66+
</picture>
67+
</a>

0 commit comments

Comments
 (0)