Skip to content

Releases: Flutterwave/Flutter-v3

Package dependency updates

11 Apr 10:43
cfecb6a
Compare
Choose a tag to compare
  • Modified Flutterwave.charge() method to accept a BuildContext parameter.
  • Added context.mounted checks to prevent setState calls after widget disposal.
  • Enhanced success status check logic to handle different status values ("success" and "completed").
  • Improved error handling and state management.
  • Removed deprecated components: flutterwave_style.dart and standard_webview.dart.
  • Removed flutterwave_style_test.dart.
  • Updated the SDK requirements to >=2.17.0.
  • Upgraded dependencies to the latest versions.
  • Removed unused dependencies: webview_flutter, modal_bottom_sheet and uuid.
  • Update deployment workflow.