Pet Adoption App UI Screens with Flutter
Pet Adoption App UI Screens
These are screens of a pet adoption mobile app
This is not part of a larger project but simply practise runs screen for learning about Flutter AnimatedContainer()
Prerequisite
- Flutter/Dart knowledge
- Physical or virtual mobile device
- Flutter development environment
- Text Editor or IDE
How to manually test this
- Clone this repository
- Open the project folder on a text editor or IDE
- Install dependencies run
flutter pub get
on the terminal console - Connect device to the text editor or IDE
- Debug the project
NB: If you are debugging using IOS, you may run into an error from cocoapod
FIX
Navigate to the IOS folder on the terminal – cd ios
Install Cocoapods in this folder – pod install
Try running the project again.
Screenshots
Simulator.Screen.Recording.-.iPhone.13.-.2022-12-09.at.18.45.54.mp4