Skip to content

Commit 34a3a32

Browse files
committed
docs(README): update branding, licensing, and badge information
- Add centered logo image - Replace and style badges for better visibility - Introduce new licensing model with free trial and purchase options - Update license section with detailed information and links - Improve readability and user experience of the README
1 parent b373d81 commit 34a3a32

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
<div align="center">
2+
<img src="https://avatars.githubusercontent.com/u/202675624?s=400&u=2daf23e8872a3b666bcd4f792a21fe2633097e79&v=4" alt="Flutter News App Toolkit Logo" width="220">
3+
14
# The Complete Flutter News App - Full Source Code
25

3-
![coverage: percentage](https://img.shields.io/badge/coverage-XX-green)
4-
[![Demo: Live](https://img.shields.io/badge/Demo-Live-orange)](https://flutter-news-app-full-source-code.github.io/flutter-news-app-mobile-client-full-source-code/)
5-
[![style: very good analysis](https://img.shields.io/badge/style-very_good_analysis-B22C89.svg)](https://pub.dev/packages/very_good_analysis)
6-
[![License: PolyForm Free Trial](https://img.shields.io/badge/License-PolyForm%20Free%20Trial-blue)](https://polyformproject.org/licenses/free-trial/1.0.0)
6+
<p>
7+
<img src="https://img.shields.io/badge/coverage-XX-green?style=for-the-badge" alt="coverage: percentage">
8+
<a href="https://flutter-news-app-full-source-code.github.io/flutter-news-app-mobile-client-full-source-code/"><img src="https://img.shields.io/badge/Demo-Live-orange?style=for-the-badge" alt="Demo: Live"></a>
9+
<a href="https://github.com/sponsors/flutter-news-app-full-source-code"><img src="https://img.shields.io/badge/DOCS-READ-purple?style=for-the-badge" alt="DOCS READ"></a>
10+
<a href="https://github.com/sponsors/flutter-news-app-full-source-code"><img src="https://img.shields.io/badge/LICENSE-BUY-pink?style=for-the-badge" alt="License: Buy"></a>
11+
</p>
12+
</div>
713

814
This is a complete and fully-functional Flutter news application. It gives you everything you need to launch your own news app on the App Store and Google Play, right out of the box. It is a key component of the [**Flutter News App - Full Source Code Toolkit**](https://github.com/flutter-news-app-full-source-code), an ecosystem that also includes a dart frog [backend API](https://github.com/flutter-news-app-full-source-code/flutter-news-app-api-server-full-source-code) and a web-based [content dashboard](https://github.com/flutter-news-app-full-source-code/flutter-news-app-web-dashboard-full-source-code).
915

@@ -61,13 +67,15 @@ Fully internationalized with working English and Arabic localizations (`.arb` fi
6167
6268
---
6369

64-
## 🔑 Licensing
65-
66-
This app is source-available and licensed under the [PolyForm Free Trial 1.0.0](LICENSE). This lets you try out the full source code before you buy.
70+
## 🔑 License: Source-Available with a Free Trial
6771

68-
For a commercial license to build and distribute your app, please visit the main [**Flutter News App - Full Source Code Toolkit**](https://github.com/flutter-news-app-full-source-code) organization.
72+
Get started for free and purchase when you're ready to launch!
6973

74+
* **TRY IT:** Download and explore the full source code under the [PolyForm Free Trial License](LICENSE). Perfect for evaluation.
75+
* **BUY IT:** For commercial use, get a lifetime license with a **one-time payment**. No subscriptions!
76+
* **GET YOURS:** [**Purchase via GitHub Sponsors**](https://github.com/sponsors/flutter-news-app-full-source-code).
7077

78+
> *<p style="color:grey">Note: Your one-time purchase covers the entire Flutter News App Toolkit, including the mobile app, backend API, and web dashboard repositories in this organization.</p>*
7179
---
7280

7381
## 🚀 Getting Started & Running Locally

0 commit comments

Comments
 (0)