From 5dec2d60e8e6f41ef575f8f1b4142cb9003a4782 Mon Sep 17 00:00:00 2001 From: Khayyam Ahmed Date: Wed, 31 Jan 2024 13:28:08 -0500 Subject: [PATCH] updated projects --- lib/features/projects/data/projects.dart | 50 ++++++++++++------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/lib/features/projects/data/projects.dart b/lib/features/projects/data/projects.dart index 26e48be..60e2331 100644 --- a/lib/features/projects/data/projects.dart +++ b/lib/features/projects/data/projects.dart @@ -51,29 +51,29 @@ final projectsList = [ screenshotPath: 'assets/images/screenshots/meals.png', technologies: ['Flutter', 'RiverPod', 'Animations'], ), - Project( - name: 'SnapScape: Explore & Save', - description: - 'Developed a mobile app leveraging Flutter and Dart, integrating native device functionalities. Employed Riverpod for state management to capture and save favorite places with images. Implemented GPS functionality for real-time location tracking and Google Maps API for interactive map displays. Applied local storage for efficient data management.', - githubUrl: 'https://github.com/khayyam-ahmed/favorite_places', - screenshotPath: 'assets/images/screenshots/favorite_places.png', - technologies: [ - 'Flutter', - 'Firebase', - 'RiverPod', - 'Google Maps API', - ], - ), - Project( - name: 'EE 433 Digital Image Processing', - description: - 'Developed an algorithm to remove night light pollution and enhance star visibility from images of the night sky. Applied Fourier Transform to filter out the pollution frequencies and amplify the star frequencies. Utilized PIL, Matplotlib, and numpy modules in Python.', - // githubUrl: 'https://github.com/khayyam-ahmed/portfolio#readme', - screenshotPath: 'assets/images/screenshots/dip_project.png', - technologies: [ - 'OpenCV', - 'Matplotlib', - 'PIL', - ], - ), + // Project( + // name: 'SnapScape: Explore & Save', + // description: + // 'Developed a mobile app leveraging Flutter and Dart, integrating native device functionalities. Employed Riverpod for state management to capture and save favorite places with images. Implemented GPS functionality for real-time location tracking and Google Maps API for interactive map displays. Applied local storage for efficient data management.', + // githubUrl: 'https://github.com/khayyam-ahmed/favorite_places', + // screenshotPath: 'assets/images/screenshots/favorite_places.png', + // technologies: [ + // 'Flutter', + // 'Firebase', + // 'RiverPod', + // 'Google Maps API', + // ], + // ), + // Project( + // name: 'EE 433 Digital Image Processing', + // description: + // 'Developed an algorithm to remove night light pollution and enhance star visibility from images of the night sky. Applied Fourier Transform to filter out the pollution frequencies and amplify the star frequencies. Utilized PIL, Matplotlib, and numpy modules in Python.', + // // githubUrl: 'https://github.com/khayyam-ahmed/portfolio#readme', + // screenshotPath: 'assets/images/screenshots/dip_project.png', + // technologies: [ + // 'OpenCV', + // 'Matplotlib', + // 'PIL', + // ], + // ), ];