Welcome to the Users app! This README provides a basic overview of the Users app, its purpose, and how to use it.
The Users app is a simple Flutter-based mobile application designed to display a list of users and their details. It serves as a template for creating user-focused mobile applications.
- View a list of users.
- Tap on a user to see their details.
- Pull to refresh the user list.
The Users app relies on the following Flutter packages:
dependencies:
flutter:
sdk: flutter
flutter_screenutil: ^5.9.0
cached_network_image: ^3.2.3
dio: ^5.3.2
equatable: ^2.0.5
flutter_spinkit: ^5.2.0
flutter_svg: ^2.0.7
get_it: ^7.6.4
json_annotation: ^4.8.1
injectable: ^2.3.0
flutter_bloc: ^8.1.3
intl: ^0.18.1
pretty_dio_logger: ^1.3.1
dartz: ^0.10.1
faker: ^2.1.0
logger: ^2.0.2
lottie: ^2.6.0
cupertino_icons: ^1.0.6
The following development dependencies are used:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.3
change_app_package_name: ^1.1.0
json_serializable: ^6.7.1
build_runner: ^2.4.6
injectable_generator: ^2.4.0
flutter_launcher_icons: ^0.13.1
flutter_native_splash: ^2.3.2
You can download the APK for the Users app from the following link:
To use the Users app, follow these steps:
-
Clone the repository to your local machine.
-
Make sure you have Flutter installed on your development environment.
-
Install the app's dependencies by running the following command:
flutter pub get
-
Run the app on an emulator or physical device:
flutter run
-
Explore the app by viewing the list of users and tapping on their profiles to see more details.
-
Enjoy using the Users app as a starting point for building your own user-centric mobile application!