/wirepay

Primary LanguageDart

Wirepay App

This Flutter project replicates the user interface for the Passcode Screen and Home Screen from the Wirepay app Figma designs.

APK Download

You can download the installable APK from this link.

Alternatively, you can find the APK file in the apk folder of this repository.

Running the application

To run this application, follow these steps:

  1. Ensure you have Flutter installed on your machine. If not, follow the official Flutter installation guide.

  2. Clone this repository: git clone https://github.com/Becca-Saka/wirepay

  3. Navigate to the project directory: cd wirepay

  4. Get the dependencies: flutter pub get

  5. Run the app: flutter run

  6. Select your preferred device or emulator. Or Run via the already defined vscode launch.json file

Features

  • Passcode Screen UI
  • Home Screen UI
  • Basic navigation between Passcode and Home screens

Dependencies

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.