This Flutter project replicates the user interface for the Passcode Screen and Home Screen from the Wirepay app Figma designs.
You can download the installable APK from this link.
Alternatively, you can find the APK file in the apk
folder of this repository.
To run this application, follow these steps:
-
Ensure you have Flutter installed on your machine. If not, follow the official Flutter installation guide.
-
Clone this repository:
git clone https://github.com/Becca-Saka/wirepay
-
Navigate to the project directory: cd wirepay
-
Get the dependencies:
flutter pub get
-
Run the app:
flutter run
-
Select your preferred device or emulator. Or Run via the already defined vscode launch.json file
- Passcode Screen UI
- Home Screen UI
- Basic navigation between Passcode and Home screens
This project uses the following main dependencies:
- flutter_screenutil: ^5.9.3 (for responsive UI)
- flutter_svg: ^2.0.10+1 (for SVG icons)
For a full list of dependencies, please check the pubspec.yaml
file.