This is a Flutter project that integrates the Opay API into a mobile application. The Opay API provides a range of payment solutions for businesses in Nigeria and other African countries.
# Opay SDK Integration in Flutter
This is a Flutter project that integrates the Opay API into a mobile application. The Opay API provides a range of payment solutions for businesses in Nigeria and other African countries.
## Getting Started
To get started with this project, follow these steps:
1. Clone the repository to your local machine.
2. Install the required dependencies using `flutter pub get`.
3. Create an account on the Opay website and generate an API(Public) key.
4. Add your API key to the `sample_home.dart` file in the `lib/sample_home.dart` directory.
5. Run the app on an emulator or physical device.
## Dependencies
This project depends on the following packages:
- http: ^0.13.4
- flutter_dotenv: ^5.0.2
## Contributing
If you would like to contribute to this project, feel free to submit a pull request. Please ensure that your code adheres to the Dart style guide and is properly documented.