Skip to content

Conversation

@krushnarout
Copy link
Collaborator

closes #3204

ScreenRecording_10-22-2025.09-31-21_1.MP4

style: const TextStyle(color: Colors.grey, fontSize: 14),
GestureDetector(
onTap: () {
final appProvider = context.read<AppProvider>();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppProvider will never store all the apps now (since the v2/apps endpoints only return on demand), so relying on it to find apps of a specific author is not really ideal because you might not find all the apps. Consider fetching the apps of that specific user by maybe modifying the existing v2/search endpoint to include an author filter or maybe a new endpoint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

clicking on user's name shd show me apps list created by that user

2 participants