Releases: amfoss/ammentor-mobile
amMentor_v2.0.0
What's Changed
- sample test by @ganidande905 in #24
- fix overflow in submit page by @ganidande905 in #25
Full Changelog: v2.0.0...v2.0.1
amMentor_v2.0.0
Release v2.0.0 – iOS-Inspired UI Overhaul and Component Redesign
This release introduces a major overhaul of the user interface, design system, and user experience across all key screens. Inspired by modern iOS principles, Version 2.0.0 focuses on aesthetics, interaction smoothness, and modular structure for better scalability.
Highlights
- Complete UI refresh with rounded corners, refined spacing, and consistent visual hierarchy
- Redesigned login, welcome, and track navigation flows
- Custom calendar picker with modal-style interaction and clean finish
- Fully modular review, task, and submission components
- Improved responsiveness and visual consistency across devices
What's New
General UI & UX
- New iOS-like visual styles for tiles, cards, buttons, and headers
- Gradient-based styling for dynamic status indicators
- Ripple and bounce tap effects added to task and submission tiles
- Adjusted animations for smoother screen transitions using
AnimationController
Submission & Evaluation
- Added custom calendar modal using
table_calendar
for date picking - Redesigned submission input with better field spacing and mobile usability
- Updated submission tiles with gradient badges and conditional text coloring
- Enhanced submission details screen with well-structured info blocks
Auth & Role Onboarding
- Welcome screen with role selector and clean image layout
- Login screen restructured with clear layout and animation
- Role-switching logic and user state preserved through smooth transitions
Track & Task Flow
- Task tiles now animate into view and include number badges
- Track tiles feature subtle gradient backgrounds and tap feedback
- Functional refactor of
TrackTile
to prevent navigation delays - Maintained light-weight loading states and error handling
Developer Notes
- All screen paddings and layout logic now based on
MediaQuery
for adaptive design - Unified gradient, elevation, and color system through
AppColors
andAppTextStyles
- Navigation replaced with
pushReplacement
for role-switching to improve flow - Many isolated UI files cleaned and modularized to reduce coupling
Known TODOs
- Global pull-to-refresh (
RefreshIndicator
) integration is planned for a future release - Accessibility checks and dark mode toggling are in review
- Possible scroll performance optimization on older devices
What's Changed
- UI Overhaul and Functional Enhancements by @ganidande905 in #22
- random chore by @ganidande905 in #23
Full Changelog: v1.0.1...v2.0.0
amMentor_v1.0.1
amMentor Mobile App – New Release
amMentor is a Flutter-based mentorship platform that turns learning into a gamified journey.
What’s There:
Role-Based Login for Mentors and Mentees
Track View to explore structured learning paths
Task View with submission and deadline tracking
Task Submissions by mentees with live progress
Mentor Approvals – Approve, pause, or return tasks with remarks
Leaderboard to showcase top performers
Profile Page with task history and achievement stats
Stay on track. Get mentored. Level up your skills with amMentor.
What's Changed
- Implement Track Screen UI based on Design Specifications by @flykrth in #1
- Implemented the Task Review screen and Submission screen by @flykrth in #2
- Implemented mentor Task Evaluation feature by @flykrth in #3
- Enhanced App Responsiveness & Typography Standardization by @ganidande905 in #9
- Made a popup otp verification dialog box for the login by @ganidande905 in #11
- Added the poppins text while also fixing some non-responsiveness screens by @ganidande905 in #10
- Integrated the backend logic of authentication to the frontend by @ganidande905 in #15
- Leaderboard now works with the new API by @flykrth in #14
- Saving the email globally using riverpod by @ganidande905 in #16
- Integrated API for Track and Task screen by @flykrth in #17
- Profile integration by @ganidande905 in #18
- Fix : Total_points is being fetched from the backend by @ganidande905 in #19
- Setup Task Submission Flow — Backend Integrated by @ganidande905 in #20
- Functional task evaluation system for mentors by @flykrth in #21
New Contributors
- @flykrth made their first contribution in #1
- @ganidande905 made their first contribution in #9
Full Changelog: https://github.com/amfoss/ammentor-mobile/commits/v1.0