An Assessment Task for the Flutter Developer (L-1) role at Manush Technologies Ltd.
- See List of Albums
- Search any album by the album title
- See List of Photos
- Search any photos by the photo title
- Added pagination for both album and photo lists
- Preview and Zoom in/out any specific photo
- Refresh lists by pull-down gesture
- Switch between Grid-View & List-View of both album and photo list
- While previewing photos, swipe left/right to view previous/next photo
MT.Flutter.Dev.Task.Demo.mp4
- Clone the repository
git clone https://github.com/SabirKhanAkash/mt_flutter_task.git
- Go to the project directory
cd mt_flutter_task
- Open the project in Android Studio
- Run an Android Emulator
- Install the necessary dependencies by running these commands in the terminal from the project
directory
flutter clean flutter pub get flutter run --release
- Test and Explore the App in Emulator
- To Generate the APK, run these commands in the terminal from the project directory
flutter clean flutter pub get flutter build apk --release
Download the APK file from here
If you discover any bugs or any kind of feedback then create issues here & star the repo if you like the project