You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yaml
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -342,6 +342,12 @@ jobs:
342
342
body: |
343
343
## CCloud Release ${{ env.TAG_NAME }}
344
344
345
+
### Important Note for Windows Users
346
+
347
+
If you encounter any errors when installing or running CCloud on Windows, please install the Microsoft Visual C++ Redistributable 2015-2022 and then try installing or running CCloud again.
348
+
349
+
You can download it from the official Microsoft website: [Microsoft Visual C++ Redistributable](https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist)
A modern, free, and unlimited Iranian Persian streaming platform for downloading and streaming movies and series with Persian subtitles and dubbed content.
@@ -24,83 +26,109 @@ A modern, free, and unlimited Iranian Persian streaming platform.
24
26
</a>
25
27
</p>
26
28
27
-
## Description
29
+
---
28
30
29
-
CCloud is a cutting-edge streaming application designed specifically for Iranian Persian content. It provides unlimited access to a vast library of movies, TV series, and other media content without any restrictions or subscriptions.
31
+
## 📖 Description
32
+
33
+
CCloud is a cutting-edge streaming application designed specifically for Iranian Persian content. It provides **unlimited access** to a vast library of movies, TV series, and other media content without any restrictions or subscriptions.
34
+
35
+
With CCloud, you can enjoy:
36
+
- 🎬 **Unlimited Movies & Series**: Access to thousands of titles
37
+
- 🌐 **Persian Content Focus**: Specifically curated for Iranian audiences
- 🗨️ **Persian Subtitles & Dubbing**: Full localization support
30
40
31
41
## 🎨 Modern UI Features
32
42
33
43
CCloud features a sleek, contemporary user interface designed for optimal user experience:
34
44
45
+
### 🎯 Core Design Principles
46
+
35
47
-**Material 3 Design**: Implements Google's latest design language with beautiful animations and transitions
36
48
-**Responsive Layout**: Adapts seamlessly to different screen sizes with dynamic grid layouts
37
49
-**Dark/Light Theme**: Automatic theme switching with manual override options
38
50
-**RTL Support**: Native right-to-left text direction for Persian language
39
51
-**Interactive Elements**: Hover effects, scaling animations, and smooth transitions
40
52
-**Intuitive Navigation**: Sidebar-based navigation with clear visual hierarchy
41
53
42
-
### UI Components
54
+
### 🧩 Key UI Components
43
55
44
56
-**Media Cards**: Beautifully designed cards with hover animations, gradient overlays, and metadata display
45
57
-**Dynamic Grid**: Responsive grid layout that adjusts based on available screen space
46
58
-**Genre Filtering**: Easy filtering by content categories with bottom sheet selection
47
59
-**Search Functionality**: Powerful search with real-time results
48
60
-**Favorites System**: Bookmark and easily access your favorite content
49
61
50
-
## 🚀 Features
62
+
## 🚀 Key Features
51
63
64
+
### 💰 Accessibility
52
65
-**Free Access**: Completely free to use with no hidden costs or subscriptions
53
66
-**Unlimited Content**: Enjoy unlimited streaming of Iranian Persian movies and series
54
-
-**Modern Interface**: Clean, intuitive, and user-friendly design
67
+
68
+
### 🖥️ Platform Support
55
69
-**Cross-Platform**: Available for Windows, macOS, and Linux
70
+
-**Modern Interface**: Clean, intuitive, and user-friendly design
71
+
72
+
### ⚡ Performance
56
73
-**High Quality**: Stream content in high definition
57
74
-**Fast Performance**: Optimized for smooth playback and quick loading times
58
75
-**Infinite Scrolling**: Automatically loads more content as you scroll
76
+
77
+
### 🛠️ Functionality
59
78
-**IMDb Ratings**: View ratings for all content
60
79
-**Multiple Sources**: Access content from various sources
61
80
-**Share Functionality**: Easily share content with friends
62
81
-**Persistent Storage**: Remembers your viewing history and preferences
63
82
64
-
## 📦 Installation
83
+
### ⚠️ Important Note for Windows Users
84
+
85
+
If you encounter any errors when installing or running CCloud on Windows, please install the Microsoft Visual C++ Redistributable 2015-2022 and then try installing or running CCloud again.
65
86
66
-
### Windows
67
-
- Download the installer from the [releases page](https://github.com/code3-dev/CCloud-GUI/releases)
68
-
- Run the installer and follow the setup instructions
87
+
📥 **Download**: [Microsoft Visual C++ Redistributable](https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist)
69
88
70
-
### macOS
71
-
- Download the DMG file from the [releases page](https://github.com/code3-dev/CCloud-GUI/releases)
72
-
- Open the DMG and drag the application to your Applications folder
89
+
## 📥 Download Links
73
90
74
-
### Linux
75
-
- Download the AppImage, DEB, or RPM package from the [releases page](https://github.com/code3-dev/CCloud-GUI/releases)
76
-
- For AppImage: Make executable and run
77
-
- For DEB: Install using your package manager or double-click
78
-
- For RPM: Install using your package manager
91
+
| Platform | Architecture | Download |
92
+
|----------|-------------|----------|
93
+
| Windows | x64 (Installer) | <ahref="https://github.com/code3-dev/CCloud-GUI/releases/latest/download/ccloud_gui-setup.exe"><imgsrc="https://img.shields.io/badge/Windows-Installer-0078D6?style=for-the-badge&logo=windows&logoColor=white"alt="Windows Installer"></a> |
Copy file name to clipboardExpand all lines: pubspec.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: ccloud_gui
2
-
description: "A modern, free, and unlimited Iranian Persian streaming platform."
2
+
description: "A modern, free, and unlimited Iranian Persian streaming platform for downloading and streaming movies and series with Persian subtitles and dubbed content."
3
3
# The following line prevents the package from being accidentally published to
4
4
# pub.dev using `flutter pub publish`. This is preferred for private packages.
5
5
publish_to: 'none'# Remove this line if you wish to publish to pub.dev
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
0 commit comments