Skip to content

Commit 6397ba2

Browse files
committed
refactor: remove UserPreferenceLimits class
- Removed unused class - Simplified user preferences
1 parent 60ebe90 commit 6397ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This package includes well-defined Dart classes for:
2222

2323
* 📰 **News Content:** `Headline`, `Category`, `Source`, `Country`
2424
* 🧩 **Feed System:** `FeedItem` (and its subtypes like `Ad`, `SuggestedContent`, `EngagementContent`), `FeedItemAction`
25-
* 👤 **User Data:** `User`, `UserContentPreferences`, `UserPreferenceLimits`, `UserAppSettings`
25+
* 👤 **User Data:** `User`, `UserContentPreferences`, `UserAppSettings`
2626
* ⚙️ **Application Configuration:** `AppConfig`
2727
* 📡 **API Communication:** `PaginatedResponse`, `SuccessApiResponse`, and a comprehensive `HtHttpException` hierarchy for standardized error handling.
2828

0 commit comments

Comments
 (0)