This Flutter project is an project that demonstrates various features and best practices in Flutter development. The standout feature of this app is that it does not require any external plugin to read gallery data on iOS. The project utilizes the GetX package for state management and the permission_handler
library for handling permissions.
The project implements a unique approach to reading gallery data on iOS without relying on any external plugins. This is achieved using native iOS code through the Flutter platform channel. This feature allows users to select images from their photo library and display them within the app without the need for additional plugins.
The project uses the GetX package for state management. GetX is a powerful package that provides a convenient way to manage state, routes, and dependencies in Flutter applications. In this project, GetX is used to manage the state of the application and update the UI accordingly.
Follow these steps to run the project locally:
- Clone the repository:
git clone https://github.com/your-username/flutter-assessment-project.git