payfast_web 1.0.0 copy "payfast_web: ^1.0.0" to clipboard
payfast_web: ^1.0.0 copied to clipboard

Platformweb

A Flutter package to integrate Payfast payments into your Flutter web application.

1.0.0 #

Updated #

  • Dart SDK updated to 3.8.1 to support latest language improvements and toolchain stability.
  • Flutter SDK updated to 3.32.8.
  • Updated package dependencies in pubspec.yaml to latest compatible versions

Added #

  • onError callback for handling Payfast-related errors:

Example Usage

PayFast(
    ...
    onError: (errorMessage) {
        print('Payfast Error: $errorMessage');
    },
);

## 0.0.2+1

### Added
- Introduced `RouteGenerator` class to manage route URL generation with optional hash routing.

## 0.0.2

* Rename PayFastWeb to PayFast
* Minor bug fixes

## 0.0.1

* Initial release.
3
likes
140
points
4
downloads

Publisher

verified publisherpermanentlink.co.za

Weekly Downloads

A Flutter package to integrate Payfast payments into your Flutter web application.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter, flutter_html, http, web

More

Packages that depend on payfast_web