- initial release.
- Updated txRefRandomGenerator implementation from using math.random to uuid for improved randomness and uniqueness of transaction references.
- Updated dependencies to ensure compatibility with the latest Flutter version.
- Fixed a bug that caused crashes when certain conditions were met.
- Continued functionality without user input: If the user does not provide a transaction reference (txReference), the package now seamlessly generates a unique reference code with the prefix "test-". This ensures that the program can continue to function smoothly, even in cases where user input is absent.
- Fixed an issue where Chapa.getInstance returned a dynamic instance instead of the expected type. Now, the method correctly returns the appropriate instance type as intended.