Tinder clone the UI of the real Tinder application
Submitted by: Hoang Duc Huu
Time spent: about over 20 hours spent in total
The following required functionality is completed:
- User can see one person at a time to Like or Pass
- User can check the list of people I have liked or passed so far
- User can see a person's age in addition to their name and photo (note: age is not in the user list API call)
- UI/UX: it should feel fast to swipe between people
- User can see the next person fast thanks to the user list API (without being blocked by liking/passing a person)
- User can see the current person's age thanks to the additional user detail. It's OK that the age takes time to display after name and photo.
The following feature are implemented:
- Swiper UI Like or Pass
- Preload data to avoid lagging, blocked
- User detail & reaction button on this screen
- History of Like or Pass users
Here's a walkthrough of implemented user stories:
- Flutter version 2.10.4
- GetX for state management
- Moor to work with sqlite & store local data
- Forked flutter_tindercard to implement swipe UI
- Dio to work with API network
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.