Flutter Pet Adoption App
This application was inspired by the amazing David Rodríguez’s app design, avaliable on Behance.
This is the final UI. The navigatión across all the screen can be made just clicking in the assigned widget.
The backend part is still beign evaluated.
If a picture is worth a thousand words, imagine a video
How to implement this project
-
You can build the apk for using it on a real device by running the
flutter build apk
command on your terminal and sending the output apk “app-release.apk” to your physical android device. -
For testing it on a simulator, just clone this project, run
flutter pub get
for installing all the dependencies. Then select a device and press F5 for starting the simulation.
Don’t forget to like this repository.