Skip to content

Commit f5a77b9

Browse files
committed
docs(README): update project metadata and licensing information
- Rename project to flutter_news_app_mobile_client_full_source_code - Update repository URLs and demo link - Update description to reflect new project name - Refactor licensing section to use PolyForm Free Trial 1.0.0 - Update git clone instructions with new repository name
1 parent 803bbb5 commit f5a77b9

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# 📱✨ ht_main
1+
# 📱✨ flutter_news_app_mobile_client_full_source_code
22

33
![coverage: percentage](https://img.shields.io/badge/coverage-XX-green)
4-
[![Demo: Live](https://img.shields.io/badge/Demo-Live-orange)](https://headlines-toolkit.github.io/ht-main/)
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/)
55
[![style: very good analysis](https://img.shields.io/badge/style-very_good_analysis-B22C89.svg)](https://pub.dev/packages/very_good_analysis)
66
[![License: PolyForm Free Trial](https://img.shields.io/badge/License-PolyForm%20Free%20Trial-blue)](https://polyformproject.org/licenses/free-trial/1.0.0)
77

8-
`ht_main` is a flutter mobile application that serves as both a powerful, fully functional news application ready for deployment, and an exceptionally robust starter kit, architected for easy extension and customization. It is a key component of the [Headlines Toolkit](https://github.com/headlines-toolkit), an ecosystem that also includes a [Dart Frog backend API](https://github.com/headlines-toolkit/ht-api) and a [web-based content dashboard](https://github.com/headlines-toolkit/ht-dashboard).
8+
Flutter mobile application that serves as both a powerful, fully functional news application ready for deployment, and an exceptionally robust starter kit, architected for easy extension and customization. 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).
99

1010
## ⭐ Features & Benefits
1111

12-
`ht_main` comes packed with features to accelerate your development and delight your users:
12+
`flutter_news_app_mobile_client_full_source_code` comes packed with features to accelerate your development and delight your users:
1313

1414
#### 📰 **Dynamic & Engaging Headlines Feed**
1515
Experience a beautifully crafted, infinitely scrolling news feed. It's highly performant and ready for your content.
@@ -39,7 +39,7 @@ Offer users control over their app experience:
3939
* **Benefit for you:** Provide a premium, adaptable user experience that caters to individual needs. 🔧
4040

4141
#### 📱 **Adaptive UI for All Screens**
42-
Built with `flutter_adaptive_scaffold`, `ht_main` offers responsive navigation and layouts that look great on both phones and tablets.
42+
Built with `flutter_adaptive_scaffold`, `flutter_news_app_mobile_client_full_source_code` offers responsive navigation and layouts that look great on both phones and tablets.
4343
* **Benefit for you:** Deliver a consistent and optimized UX across a wide range of devices effortlessly. ↔️
4444

4545
#### 🏗️ **Clean & Modern Architecture**
@@ -59,13 +59,12 @@ Fully internationalized with working English and Arabic localizations (`.arb` fi
5959

6060
---
6161

62-
## 🔑 Access and Licensing
62+
## 🔑 Licensing
6363

64-
`ht-main` is source-available as part of the Headlines Toolkit ecosystem.
64+
This package is source-available and licensed under the [PolyForm Free Trial 1.0.0](LICENSE). Please review the terms before use.
65+
66+
For commercial licensing options that grant the right to build and distribute unlimited applications, please visit the main [**Flutter News App - Full Source Code Toolkit**](https://github.com/flutter-news-app-full-source-code) organization.
6567

66-
To acquire a commercial license for building unlimited news applications, please visit
67-
the [Headlines Toolkit GitHub organization page](https://github.com/headlines-toolkit)
68-
for more details.
6968

7069
---
7170

@@ -74,8 +73,8 @@ for more details.
7473
1. **Ensure Flutter is installed.** (See [Flutter documentation](https://flutter.dev/docs/get-started/install))
7574
2. **Clone the repository:**
7675
```bash
77-
git clone https://github.com/headlines-toolkit/ht-main.git
78-
cd ht-main
76+
git clone https://github.com/flutter-news-app-full-source-code/flutter-news-app-mobile-client-full-source-code.git
77+
cd flutter-news-app-mobile-client-full-source-code
7978
```
8079
3. **Get dependencies:**
8180
```bash

0 commit comments

Comments
 (0)