This is a simple Flutter app that consumes the Users API from the JSONPlaceholder website and presents users and their information.
Follow the steps below to get started with the app:
-
Clone the repository:
git clone https://github.com/00Adnan00/users-app.git
-
Navigate to the project directory:
cd users-api-flutter-app
-
Install dependencies:
flutter pub get
-
Run the app:
flutter run
- Fetches user data from the Users API and displays a list of users along with their information.
- Allows users to tap on a user to view detailed information.
- Flutter
- Dart
This app consumes the JSONPlaceholder to retrieve user data. Refer to the API documentation for more information on the available endpoints and response format.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.