A Flutter app that fetches and displays a list of news articles with functionality for viewing detailed news, searching articles, and updating user profile information.
- Displays a list of news articles fetched dynamically using an API.
- View detailed information about a news article.
- Users can:
- View and update their profile photo, name, handle, and email.
- Use a form to input or edit profile details.
- Changes to profile details are reflected in real-time.
- Users can search for specific articles by entering keywords.
- Search results are fetched dynamically and displayed instantly.
- Displays a loading indicator during API calls for a seamless user experience.
Watch a demo of the app's UI: UI Recording
The app dynamically fetches articles and search results using an API. Replace the API key in the code with your own for it to function correctly.